Html Css Color HEX #CB795E Japonica

📋 copy color: '#CB795E'

red 203 ◦ green 121 ◦ blue 94

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

Shades of Japonica #CB795E

Tints of Japonica #CB795E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.49%

R = 48.56%
G = 28.95%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB795E (or 0xCB795E) is known color: Japonica. HEX triplet: CB, 79 and 5E. RGB value is (203,121,94). Sum of RGB (Red+Green+Blue) = 203+121+94=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB795E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB795E is #3486A1. Grayscale: #8E8E8E. Windows color (decimal): -3442338 or 6191563. OLE color: 6191563.

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

Color convert

RGB 203 121 94 -
CMYK 0 0.40 0.54 0.20
HSL 14.86º 0.51% 0.58% -
HSV(B) 14.86º 0.54% 0.8% -
XYZ 33.49 27.18 14.07 -
YUV 142.44 100.67 171.2 -
System Red Green Blue C M Y K H S L
Decimal 203 121 94 0 0.40 0.54 0.20 14.86 0.51 0.58
Hex CB 79 5E 0 28 36 14 F 33 3A
Octal 313 171 136 0 50 66 24 17 63 72
Binary 11001011 1111001 1011110 0 101000 110110 10100 1111 110011 111010

Color Harmonies of #CB795E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB795E

Black with #CB795E

Text Example


Text Example

White with #CB795E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB795E; }

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

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

background-color css

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

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

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

border-color css

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

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

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