Html Css Color HEX #CD785B Japonica

📋 copy color: '#CD785B'

red 205 ◦ green 120 ◦ blue 91

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

Shades of Japonica #CD785B

Tints of Japonica #CD785B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.88%

R = 49.28%
G = 28.85%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CD785B (or 0xCD785B) is known color: Japonica. HEX triplet: CD, 78 and 5B. RGB value is (205,120,91). Sum of RGB (Red+Green+Blue) = 205+120+91=416 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.28% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 91 (35.94% from 255 or 21.88% from 416); Max value from RGB is 205 - color contains mainly: red. Hex color #CD785B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD785B is #3287A4. Grayscale: #8E8E8E. Windows color (decimal): -3311525 or 5994701. OLE color: 5994701.

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

Color convert

RGB 205 120 91 -
CMYK 0 0.41 0.56 0.20
HSL 15.26º 0.53% 0.58% -
HSV(B) 15.26º 0.56% 0.8% -
XYZ 33.78 27.17 13.36 -
YUV 142.11 99.16 172.86 -
System Red Green Blue C M Y K H S L
Decimal 205 120 91 0 0.41 0.56 0.20 15.26 0.53 0.58
Hex CD 78 5B 0 29 38 14 F 35 3A
Octal 315 170 133 0 51 70 24 17 65 72
Binary 11001101 1111000 1011011 0 101001 111000 10100 1111 110101 111010

Color Harmonies of #CD785B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD785B

Black with #CD785B

Text Example


Text Example

White with #CD785B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD785B; }

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

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

background-color css

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

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

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

border-color css

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

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

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