Html Css Color HEX #CC795C Japonica

📋 copy color: '#CC795C'

red 204 ◦ green 121 ◦ blue 92

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

Shades of Japonica #CC795C

Tints of Japonica #CC795C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.06%

R = 48.92%
G = 29.02%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC795C (or 0xCC795C) is known color: Japonica. HEX triplet: CC, 79 and 5C. RGB value is (204,121,92). Sum of RGB (Red+Green+Blue) = 204+121+92=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC795C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC795C is #3386A3. Grayscale: #8E8E8E. Windows color (decimal): -3376804 or 6060492. OLE color: 6060492.

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

Color convert

RGB 204 121 92 -
CMYK 0 0.41 0.55 0.2
HSL 15.54º 0.52% 0.58% -
HSV(B) 15.54º 0.55% 0.8% -
XYZ 33.67 27.28 13.62 -
YUV 142.51 99.5 171.86 -
System Red Green Blue C M Y K H S L
Decimal 204 121 92 0 0.41 0.55 0.2 15.54 0.52 0.58
Hex CC 79 5C 0 29 37 14 10 34 3A
Octal 314 171 134 0 51 67 24 20 64 72
Binary 11001100 1111001 1011100 0 101001 110111 10100 10000 110100 111010

Color Harmonies of #CC795C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC795C

Black with #CC795C

Text Example


Text Example

White with #CC795C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC795C; }

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

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

background-color css

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

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

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

border-color css

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

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

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