Html Css Color HEX #CB785F Japonica

📋 copy color: '#CB785F'

red 203 ◦ green 120 ◦ blue 95

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

Shades of Japonica #CB785F

Tints of Japonica #CB785F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.73%

R = 48.56%
G = 28.71%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB785F (or 0xCB785F) is known color: Japonica. HEX triplet: CB, 78 and 5F. RGB value is (203,120,95). Sum of RGB (Red+Green+Blue) = 203+120+95=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 95 (37.5% from 255 or 22.73% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB785F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB785F is #3487A0. Grayscale: #8E8E8E. Windows color (decimal): -3442593 or 6256843. OLE color: 6256843.

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

Color convert

RGB 203 120 95 -
CMYK 0 0.41 0.53 0.20
HSL 13.89º 0.51% 0.58% -
HSV(B) 13.89º 0.53% 0.8% -
XYZ 33.41 26.96 14.27 -
YUV 141.97 101.5 171.53 -
System Red Green Blue C M Y K H S L
Decimal 203 120 95 0 0.41 0.53 0.20 13.89 0.51 0.58
Hex CB 78 5F 0 29 35 14 E 33 3A
Octal 313 170 137 0 51 65 24 16 63 72
Binary 11001011 1111000 1011111 0 101001 110101 10100 1110 110011 111010

Color Harmonies of #CB785F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB785F

Black with #CB785F

Text Example


Text Example

White with #CB785F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB785F; }

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

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

background-color css

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

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

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

border-color css

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

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

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