Html Css Color HEX #CC795E Japonica

📋 copy color: '#CC795E'

red 204 ◦ green 121 ◦ blue 94

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

Shades of Japonica #CC795E

Tints of Japonica #CC795E

RGB

 RED value IS 204 (80.08% from 255) = 48.69%

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

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

R = 48.69%
G = 28.88%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC795E (or 0xCC795E) is known color: Japonica. HEX triplet: CC, 79 and 5E. RGB value is (204,121,94). Sum of RGB (Red+Green+Blue) = 204+121+94=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC795E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC795E is #3386A1. Grayscale: #8E8E8E. Windows color (decimal): -3376802 or 6191564. OLE color: 6191564.

HSL color Cylindrical-coordinate representation of color #CC795E: hue angle of 14.73º degrees, saturation: 0.52, 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 #CC795E is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 121 94 -
CMYK 0 0.41 0.54 0.2
HSL 14.73º 0.52% 0.58% -
HSV(B) 14.73º 0.54% 0.8% -
XYZ 33.76 27.32 14.08 -
YUV 142.74 100.5 171.7 -
System Red Green Blue C M Y K H S L
Decimal 204 121 94 0 0.41 0.54 0.2 14.73 0.52 0.58
Hex CC 79 5E 0 29 36 14 F 34 3A
Octal 314 171 136 0 51 66 24 17 64 72
Binary 11001100 1111001 1011110 0 101001 110110 10100 1111 110100 111010

Color Harmonies of #CC795E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC795E

Black with #CC795E

Text Example


Text Example

White with #CC795E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC795E; }

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

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

background-color css

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

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

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

border-color css

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

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

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