Html Css Color HEX #CD785C Japonica

📋 copy color: '#CD785C'

red 205 ◦ green 120 ◦ blue 92

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

Shades of Japonica #CD785C

Tints of Japonica #CD785C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.78%

 BLUE value IS 92 (36.33% from 255) = 22.06%

R = 49.16%
G = 28.78%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD785C (or 0xCD785C) is known color: Japonica. HEX triplet: CD, 78 and 5C. RGB value is (205,120,92). Sum of RGB (Red+Green+Blue) = 205+120+92=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CD785C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD785C is #3287A3. Grayscale: #8E8E8E. Windows color (decimal): -3311524 or 6060237. OLE color: 6060237.

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

Color convert

RGB 205 120 92 -
CMYK 0 0.41 0.55 0.20
HSL 14.87º 0.53% 0.58% -
HSV(B) 14.87º 0.55% 0.8% -
XYZ 33.83 27.18 13.59 -
YUV 142.22 99.66 172.78 -
System Red Green Blue C M Y K H S L
Decimal 205 120 92 0 0.41 0.55 0.20 14.87 0.53 0.58
Hex CD 78 5C 0 29 37 14 F 35 3A
Octal 315 170 134 0 51 67 24 17 65 72
Binary 11001101 1111000 1011100 0 101001 110111 10100 1111 110101 111010

Color Harmonies of #CD785C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD785C

Black with #CD785C

Text Example


Text Example

White with #CD785C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD785C; }

 p { color: rgb(205,120,92); }

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

background-color css

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

 a { background-color: rgb(205,120,92); }

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

border-color css

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

 span { border-color: rgb(205,120,92); }

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