Html Css Color HEX #CB785E Japonica

📋 copy color: '#CB785E'

red 203 ◦ green 120 ◦ blue 94

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

Shades of Japonica #CB785E

Tints of Japonica #CB785E

RGB

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

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

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

R = 48.68%
G = 28.78%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB785E (or 0xCB785E) is known color: Japonica. HEX triplet: CB, 78 and 5E. RGB value is (203,120,94). Sum of RGB (Red+Green+Blue) = 203+120+94=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB785E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB785E is #3487A1. Grayscale: #8E8E8E. Windows color (decimal): -3442594 or 6191307. OLE color: 6191307.

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

Color convert

RGB 203 120 94 -
CMYK 0 0.41 0.54 0.20
HSL 14.31º 0.51% 0.58% -
HSV(B) 14.31º 0.54% 0.8% -
XYZ 33.37 26.94 14.03 -
YUV 141.85 101 171.61 -
System Red Green Blue C M Y K H S L
Decimal 203 120 94 0 0.41 0.54 0.20 14.31 0.51 0.58
Hex CB 78 5E 0 29 36 14 E 33 3A
Octal 313 170 136 0 51 66 24 16 63 72
Binary 11001011 1111000 1011110 0 101001 110110 10100 1110 110011 111010

Color Harmonies of #CB785E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB785E

Black with #CB785E

Text Example


Text Example

White with #CB785E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB785E; }

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

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

background-color css

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

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

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

border-color css

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

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

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