Html Css Color HEX #CC795B Japonica

📋 copy color: '#CC795B'

red 204 ◦ green 121 ◦ blue 91

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

Shades of Japonica #CC795B

Tints of Japonica #CC795B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.88%

R = 49.04%
G = 29.09%
B = 21.88%

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

#CC795B (or 0xCC795B) is known color: Japonica. HEX triplet: CC, 79 and 5B. RGB value is (204,121,91). Sum of RGB (Red+Green+Blue) = 204+121+91=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 91 (35.94% from 255 or 21.88% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC795B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC795B is #3386A4. Grayscale: #8E8E8E. Windows color (decimal): -3376805 or 5994956. OLE color: 5994956.

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

Color convert

RGB 204 121 91 -
CMYK 0 0.41 0.55 0.2
HSL 15.93º 0.53% 0.58% -
HSV(B) 15.93º 0.55% 0.8% -
XYZ 33.63 27.27 13.39 -
YUV 142.4 99 171.94 -
System Red Green Blue C M Y K H S L
Decimal 204 121 91 0 0.41 0.55 0.2 15.93 0.53 0.58
Hex CC 79 5B 0 29 37 14 10 35 3A
Octal 314 171 133 0 51 67 24 20 65 72
Binary 11001100 1111001 1011011 0 101001 110111 10100 10000 110101 111010

Color Harmonies of #CC795B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC795B

Black with #CC795B

Text Example


Text Example

White with #CC795B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC795B; }

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

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

background-color css

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

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

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

border-color css

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

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

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