Html Css Color HEX #CB785A Japonica

📋 copy color: '#CB785A'

red 203 ◦ green 120 ◦ blue 90

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

Shades of Japonica #CB785A

Tints of Japonica #CB785A

RGB

 RED value IS 203 (79.69% from 255) = 49.15%

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

 BLUE value IS 90 (35.55% from 255) = 21.79%

R = 49.15%
G = 29.06%
B = 21.79%

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

#CB785A (or 0xCB785A) is known color: Japonica. HEX triplet: CB, 78 and 5A. RGB value is (203,120,90). Sum of RGB (Red+Green+Blue) = 203+120+90=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 120 (47.27% from 255 or 29.06% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB785A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB785A is #3487A5. Grayscale: #8D8D8D. Windows color (decimal): -3442598 or 5929163. OLE color: 5929163.

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

Color convert

RGB 203 120 90 -
CMYK 0 0.41 0.56 0.20
HSL 15.93º 0.52% 0.57% -
HSV(B) 15.93º 0.56% 0.8% -
XYZ 33.19 26.87 13.11 -
YUV 141.4 99 171.94 -
System Red Green Blue C M Y K H S L
Decimal 203 120 90 0 0.41 0.56 0.20 15.93 0.52 0.57
Hex CB 78 5A 0 29 38 14 10 34 39
Octal 313 170 132 0 51 70 24 20 64 71
Binary 11001011 1111000 1011010 0 101001 111000 10100 10000 110100 111001

Color Harmonies of #CB785A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB785A

Black with #CB785A

Text Example


Text Example

White with #CB785A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB785A; }

 p { color: rgb(203,120,90); }

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

background-color css

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

 a { background-color: rgb(203,120,90); }

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

border-color css

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

 span { border-color: rgb(203,120,90); }

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