Html Css Color HEX #CD7C57 Japonica

📋 copy color: '#CD7C57'

red 205 ◦ green 124 ◦ blue 87

#CD7C57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japonica #CD7C57

Tints of Japonica #CD7C57

RGB

 RED value IS 205 (80.47% from 255) = 49.28%

 GREEN value IS 124 (48.83% from 255) = 29.81%

 BLUE value IS 87 (34.38% from 255) = 20.91%

R = 49.28%
G = 29.81%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CD7C57 (or 0xCD7C57) is known color: Japonica. HEX triplet: CD, 7C and 57. RGB value is (205,124,87). Sum of RGB (Red+Green+Blue) = 205+124+87=416 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.28% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 87 (34.38% from 255 or 20.91% from 416); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7C57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7C57 is #3283A8. Grayscale: #909090. Windows color (decimal): -3310505 or 5733581. OLE color: 5733581.

HSL color Cylindrical-coordinate representation of color #CD7C57: hue angle of 18.81º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CD7C57 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 124 87 -
CMYK 0 0.40 0.58 0.20
HSL 18.81º 0.54% 0.57% -
HSV(B) 18.81º 0.58% 0.8% -
XYZ 34.1 28.08 12.64 -
YUV 144 95.84 171.51 -
System Red Green Blue C M Y K H S L
Decimal 205 124 87 0 0.40 0.58 0.20 18.81 0.54 0.57
Hex CD 7C 57 0 28 3A 14 13 36 39
Octal 315 174 127 0 50 72 24 23 66 71
Binary 11001101 1111100 1010111 0 101000 111010 10100 10011 110110 111001

Color Harmonies of #CD7C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7C57

Black with #CD7C57

Text Example


Text Example

White with #CD7C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7C57; }

 p { color: rgb(205,124,87); }

 H1.HeaderClassName
 {
   color: #CD7C57;
 }
 .AnyTagClassName
 {
   color: #CD7C57;
 }
</style>

background-color css

<style>
 a { background-color: #CD7C57; }

 a { background-color: rgb(205,124,87); }

 div.DivClassName
 {
   background-color: #CD7C57;
 }
 .BgClassName
 {
   background-color: #CD7C57;
 }
</style>

border-color css

<style>
 span { border-color: #CD7C57; }

 span { border-color: rgb(205,124,87); }

 td.TdClassName
 {
   border-color: #CD7C57;
 }
 .TagClassName
 {
   border-color: #CD7C57;
 }
</style>