Html Css Color HEX #CB785D Japonica

📋 copy color: '#CB785D'

red 203 ◦ green 120 ◦ blue 93

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

Shades of Japonica #CB785D

Tints of Japonica #CB785D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.36%

R = 48.8%
G = 28.85%
B = 22.36%

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

#CB785D (or 0xCB785D) is known color: Japonica. HEX triplet: CB, 78 and 5D. RGB value is (203,120,93). Sum of RGB (Red+Green+Blue) = 203+120+93=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB785D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB785D is #3487A2. Grayscale: #8D8D8D. Windows color (decimal): -3442595 or 6125771. OLE color: 6125771.

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

Color convert

RGB 203 120 93 -
CMYK 0 0.41 0.54 0.20
HSL 14.73º 0.51% 0.58% -
HSV(B) 14.73º 0.54% 0.8% -
XYZ 33.32 26.92 13.8 -
YUV 141.74 100.5 171.7 -
System Red Green Blue C M Y K H S L
Decimal 203 120 93 0 0.41 0.54 0.20 14.73 0.51 0.58
Hex CB 78 5D 0 29 36 14 F 33 3A
Octal 313 170 135 0 51 66 24 17 63 72
Binary 11001011 1111000 1011101 0 101001 110110 10100 1111 110011 111010

Color Harmonies of #CB785D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB785D

Black with #CB785D

Text Example


Text Example

White with #CB785D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB785D; }

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

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

background-color css

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

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

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

border-color css

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

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

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