Html Css Color HEX #CD7D55 Japonica

📋 copy color: '#CD7D55'

red 205 ◦ green 125 ◦ blue 85

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

Shades of Japonica #CD7D55

Tints of Japonica #CD7D55

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.12%

 BLUE value IS 85 (33.59% from 255) = 20.48%

R = 49.4%
G = 30.12%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#CD7D55 (or 0xCD7D55) is known color: Japonica. HEX triplet: CD, 7D and 55. RGB value is (205,125,85). Sum of RGB (Red+Green+Blue) = 205+125+85=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 85 (33.59% from 255 or 20.48% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7D55 is #3282AA. Grayscale: #909090. Windows color (decimal): -3310251 or 5602765. OLE color: 5602765.

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

Color convert

RGB 205 125 85 -
CMYK 0 0.39 0.59 0.20
HSL 20º 0.55% 0.57% -
HSV(B) 20º 0.59% 0.8% -
XYZ 34.15 28.3 12.26 -
YUV 144.36 94.5 171.25 -
System Red Green Blue C M Y K H S L
Decimal 205 125 85 0 0.39 0.59 0.20 20 0.55 0.57
Hex CD 7D 55 0 27 3B 14 14 37 39
Octal 315 175 125 0 47 73 24 24 67 71
Binary 11001101 1111101 1010101 0 100111 111011 10100 10100 110111 111001

Color Harmonies of #CD7D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7D55

Black with #CD7D55

Text Example


Text Example

White with #CD7D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7D55; }

 p { color: rgb(205,125,85); }

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

background-color css

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

 a { background-color: rgb(205,125,85); }

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

border-color css

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

 span { border-color: rgb(205,125,85); }

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