Html Css Color HEX #CD6F5E Japonica

📋 copy color: '#CD6F5E'

red 205 ◦ green 111 ◦ blue 94

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

Shades of Japonica #CD6F5E

Tints of Japonica #CD6F5E

RGB

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

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

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

R = 50%
G = 27.07%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CD6F5E (or 0xCD6F5E) is known color: Japonica. HEX triplet: CD, 6F and 5E. RGB value is (205,111,94). Sum of RGB (Red+Green+Blue) = 205+111+94=410 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50% from 410); Green value is 111 (43.75% from 255 or 27.07% from 410); Blue value is 94 (37.11% from 255 or 22.93% from 410); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6F5E is #3290A1. Grayscale: #898989. Windows color (decimal): -3313826 or 6189005. OLE color: 6189005.

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

Color convert

RGB 205 111 94 -
CMYK 0 0.46 0.54 0.20
HSL 9.19º 0.53% 0.59% -
HSV(B) 9.19º 0.54% 0.8% -
XYZ 32.88 25.16 13.71 -
YUV 137.17 103.64 176.38 -
System Red Green Blue C M Y K H S L
Decimal 205 111 94 0 0.46 0.54 0.20 9.19 0.53 0.59
Hex CD 6F 5E 0 2E 36 14 9 35 3B
Octal 315 157 136 0 56 66 24 11 65 73
Binary 11001101 1101111 1011110 0 101110 110110 10100 1001 110101 111011

Color Harmonies of #CD6F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6F5E

Black with #CD6F5E

Text Example


Text Example

White with #CD6F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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