Html Css Color HEX #CC7966 Burning Sand

📋 copy color: '#CC7966'

red 204 ◦ green 121 ◦ blue 102

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

Shades of Burning Sand #CC7966

Tints of Burning Sand #CC7966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.89%

R = 47.78%
G = 28.34%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.5

 K value IS 0.2

RGB Variations

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

Color information

#CC7966 (or 0xCC7966) is known color: Burning Sand. HEX triplet: CC, 79 and 66. RGB value is (204,121,102). Sum of RGB (Red+Green+Blue) = 204+121+102=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 102 (40.23% from 255 or 23.89% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7966 is #338699. Grayscale: #8F8F8F. Windows color (decimal): -3376794 or 6715852. OLE color: 6715852.

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

Color convert

RGB 204 121 102 -
CMYK 0 0.41 0.5 0.2
HSL 11.18º 0.5% 0.6% -
HSV(B) 11.18º 0.5% 0.8% -
XYZ 34.14 27.47 16.07 -
YUV 143.65 104.5 171.04 -
System Red Green Blue C M Y K H S L
Decimal 204 121 102 0 0.41 0.5 0.2 11.18 0.5 0.6
Hex CC 79 66 0 29 32 14 B 32 3C
Octal 314 171 146 0 51 62 24 13 62 74
Binary 11001100 1111001 1100110 0 101001 110010 10100 1011 110010 111100

Color Harmonies of #CC7966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7966

Black with #CC7966

Text Example


Text Example

White with #CC7966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7966; }

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

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

background-color css

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

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

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

border-color css

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

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

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