Html Css Color HEX #CD6F55 Japonica

📋 copy color: '#CD6F55'

red 205 ◦ green 111 ◦ blue 85

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

Shades of Japonica #CD6F55

Tints of Japonica #CD6F55

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.68%

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

R = 51.12%
G = 27.68%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#CD6F55 (or 0xCD6F55) is known color: Japonica. HEX triplet: CD, 6F and 55. RGB value is (205,111,85). Sum of RGB (Red+Green+Blue) = 205+111+85=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6F55 is #3290AA. Grayscale: #888888. Windows color (decimal): -3313835 or 5599181. OLE color: 5599181.

HSL color Cylindrical-coordinate representation of color #CD6F55: hue angle of 13º 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 #CD6F55 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 111 85 -
CMYK 0 0.46 0.59 0.20
HSL 13º 0.55% 0.57% -
HSV(B) 13º 0.59% 0.8% -
XYZ 32.5 25 11.71 -
YUV 136.14 99.14 177.11 -
System Red Green Blue C M Y K H S L
Decimal 205 111 85 0 0.46 0.59 0.20 13 0.55 0.57
Hex CD 6F 55 0 2E 3B 14 D 37 39
Octal 315 157 125 0 56 73 24 15 67 71
Binary 11001101 1101111 1010101 0 101110 111011 10100 1101 110111 111001

Color Harmonies of #CD6F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6F55

Black with #CD6F55

Text Example


Text Example

White with #CD6F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6F55; }

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

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

background-color css

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

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

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

border-color css

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

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

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