Html Css Color HEX #CC795F Japonica

📋 copy color: '#CC795F'

red 204 ◦ green 121 ◦ blue 95

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

Shades of Japonica #CC795F

Tints of Japonica #CC795F

RGB

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

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

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

R = 48.57%
G = 28.81%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC795F (or 0xCC795F) is known color: Japonica. HEX triplet: CC, 79 and 5F. RGB value is (204,121,95). Sum of RGB (Red+Green+Blue) = 204+121+95=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 95 (37.5% from 255 or 22.62% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC795F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC795F is #3386A0. Grayscale: #8F8F8F. Windows color (decimal): -3376801 or 6257100. OLE color: 6257100.

HSL color Cylindrical-coordinate representation of color #CC795F: hue angle of 14.31º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC795F is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 121 95 -
CMYK 0 0.41 0.53 0.2
HSL 14.31º 0.52% 0.59% -
HSV(B) 14.31º 0.53% 0.8% -
XYZ 33.8 27.34 14.32 -
YUV 142.85 101 171.61 -
System Red Green Blue C M Y K H S L
Decimal 204 121 95 0 0.41 0.53 0.2 14.31 0.52 0.59
Hex CC 79 5F 0 29 35 14 E 34 3B
Octal 314 171 137 0 51 65 24 16 64 73
Binary 11001100 1111001 1011111 0 101001 110101 10100 1110 110100 111011

Color Harmonies of #CC795F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC795F

Black with #CC795F

Text Example


Text Example

White with #CC795F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC795F; }

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

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

background-color css

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

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

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

border-color css

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

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

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