Html Css Color HEX #CC795D Japonica

📋 copy color: '#CC795D'

red 204 ◦ green 121 ◦ blue 93

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

Shades of Japonica #CC795D

Tints of Japonica #CC795D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.25%

R = 48.8%
G = 28.95%
B = 22.25%

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

#CC795D (or 0xCC795D) is known color: Japonica. HEX triplet: CC, 79 and 5D. RGB value is (204,121,93). Sum of RGB (Red+Green+Blue) = 204+121+93=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC795D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC795D is #3386A2. Grayscale: #8E8E8E. Windows color (decimal): -3376803 or 6126028. OLE color: 6126028.

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

Color convert

RGB 204 121 93 -
CMYK 0 0.41 0.54 0.2
HSL 15.14º 0.52% 0.58% -
HSV(B) 15.14º 0.54% 0.8% -
XYZ 33.72 27.3 13.85 -
YUV 142.63 100 171.78 -
System Red Green Blue C M Y K H S L
Decimal 204 121 93 0 0.41 0.54 0.2 15.14 0.52 0.58
Hex CC 79 5D 0 29 36 14 F 34 3A
Octal 314 171 135 0 51 66 24 17 64 72
Binary 11001100 1111001 1011101 0 101001 110110 10100 1111 110100 111010

Color Harmonies of #CC795D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC795D

Black with #CC795D

Text Example


Text Example

White with #CC795D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC795D; }

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

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

background-color css

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

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

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

border-color css

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

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

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