Html Css Color HEX #CB795F Japonica

📋 copy color: '#CB795F'

red 203 ◦ green 121 ◦ blue 95

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

Shades of Japonica #CB795F

Tints of Japonica #CB795F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.88%

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

R = 48.45%
G = 28.88%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB795F (or 0xCB795F) is known color: Japonica. HEX triplet: CB, 79 and 5F. RGB value is (203,121,95). Sum of RGB (Red+Green+Blue) = 203+121+95=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 95 (37.5% from 255 or 22.67% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CB795F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB795F is #3486A0. Grayscale: #8E8E8E. Windows color (decimal): -3442337 or 6257099. OLE color: 6257099.

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

Color convert

RGB 203 121 95 -
CMYK 0 0.40 0.53 0.20
HSL 14.44º 0.51% 0.58% -
HSV(B) 14.44º 0.53% 0.8% -
XYZ 33.53 27.2 14.31 -
YUV 142.55 101.17 171.11 -
System Red Green Blue C M Y K H S L
Decimal 203 121 95 0 0.40 0.53 0.20 14.44 0.51 0.58
Hex CB 79 5F 0 28 35 14 E 33 3A
Octal 313 171 137 0 50 65 24 16 63 72
Binary 11001011 1111001 1011111 0 101000 110101 10100 1110 110011 111010

Color Harmonies of #CB795F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB795F

Black with #CB795F

Text Example


Text Example

White with #CB795F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB795F; }

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

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

background-color css

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

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

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

border-color css

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

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

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