Html Css Color HEX #CB795A Japonica

📋 copy color: '#CB795A'

red 203 ◦ green 121 ◦ blue 90

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

Shades of Japonica #CB795A

Tints of Japonica #CB795A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.74%

R = 49.03%
G = 29.23%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CB795A (or 0xCB795A) is known color: Japonica. HEX triplet: CB, 79 and 5A. RGB value is (203,121,90). Sum of RGB (Red+Green+Blue) = 203+121+90=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 90 (35.55% from 255 or 21.74% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB795A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB795A is #3486A5. Grayscale: #8E8E8E. Windows color (decimal): -3442342 or 5929419. OLE color: 5929419.

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

Color convert

RGB 203 121 90 -
CMYK 0 0.40 0.56 0.20
HSL 16.46º 0.52% 0.57% -
HSV(B) 16.46º 0.56% 0.8% -
XYZ 33.31 27.11 13.15 -
YUV 141.98 98.67 171.52 -
System Red Green Blue C M Y K H S L
Decimal 203 121 90 0 0.40 0.56 0.20 16.46 0.52 0.57
Hex CB 79 5A 0 28 38 14 10 34 39
Octal 313 171 132 0 50 70 24 20 64 71
Binary 11001011 1111001 1011010 0 101000 111000 10100 10000 110100 111001

Color Harmonies of #CB795A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB795A

Black with #CB795A

Text Example


Text Example

White with #CB795A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB795A; }

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

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

background-color css

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

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

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

border-color css

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

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

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