Html Css Color HEX #CD6C5E Japonica

📋 copy color: '#CD6C5E'

red 205 ◦ green 108 ◦ blue 94

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

Shades of Japonica #CD6C5E

Tints of Japonica #CD6C5E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.54%

 BLUE value IS 94 (37.11% from 255) = 23.1%

R = 50.37%
G = 26.54%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CD6C5E (or 0xCD6C5E) is known color: Japonica. HEX triplet: CD, 6C and 5E. RGB value is (205,108,94). Sum of RGB (Red+Green+Blue) = 205+108+94=407 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.37% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6C5E is #3293A1. Grayscale: #878787. Windows color (decimal): -3314594 or 6188237. OLE color: 6188237.

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

Color convert

RGB 205 108 94 -
CMYK 0 0.47 0.54 0.20
HSL 7.57º 0.53% 0.59% -
HSV(B) 7.57º 0.54% 0.8% -
XYZ 32.56 24.51 13.6 -
YUV 135.41 104.64 177.64 -
System Red Green Blue C M Y K H S L
Decimal 205 108 94 0 0.47 0.54 0.20 7.57 0.53 0.59
Hex CD 6C 5E 0 2F 36 14 8 35 3B
Octal 315 154 136 0 57 66 24 10 65 73
Binary 11001101 1101100 1011110 0 101111 110110 10100 1000 110101 111011

Color Harmonies of #CD6C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6C5E

Black with #CD6C5E

Text Example


Text Example

White with #CD6C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6C5E; }

 p { color: rgb(205,108,94); }

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

background-color css

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

 a { background-color: rgb(205,108,94); }

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

border-color css

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

 span { border-color: rgb(205,108,94); }

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