Html Css Color HEX #CB795B Japonica

📋 copy color: '#CB795B'

red 203 ◦ green 121 ◦ blue 91

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

Shades of Japonica #CB795B

Tints of Japonica #CB795B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.93%

R = 48.92%
G = 29.16%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CB795B (or 0xCB795B) is known color: Japonica. HEX triplet: CB, 79 and 5B. RGB value is (203,121,91). Sum of RGB (Red+Green+Blue) = 203+121+91=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 91 (35.94% from 255 or 21.93% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CB795B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB795B is #3486A4. Grayscale: #8E8E8E. Windows color (decimal): -3442341 or 5994955. OLE color: 5994955.

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

Color convert

RGB 203 121 91 -
CMYK 0 0.40 0.55 0.20
HSL 16.07º 0.52% 0.58% -
HSV(B) 16.07º 0.55% 0.8% -
XYZ 33.35 27.13 13.38 -
YUV 142.1 99.17 171.44 -
System Red Green Blue C M Y K H S L
Decimal 203 121 91 0 0.40 0.55 0.20 16.07 0.52 0.58
Hex CB 79 5B 0 28 37 14 10 34 3A
Octal 313 171 133 0 50 67 24 20 64 72
Binary 11001011 1111001 1011011 0 101000 110111 10100 10000 110100 111010

Color Harmonies of #CB795B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB795B

Black with #CB795B

Text Example


Text Example

White with #CB795B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB795B; }

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

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

background-color css

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

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

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

border-color css

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

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

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