Html Css Color HEX #CC7F5C Burning Sand

📋 copy color: '#CC7F5C'

red 204 ◦ green 127 ◦ blue 92

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

Shades of Burning Sand #CC7F5C

Tints of Burning Sand #CC7F5C

RGB

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

 GREEN value IS 127 (50% from 255) = 30.02%

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

R = 48.23%
G = 30.02%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC7F5C (or 0xCC7F5C) is known color: Burning Sand. HEX triplet: CC, 7F and 5C. RGB value is (204,127,92). Sum of RGB (Red+Green+Blue) = 204+127+92=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7F5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7F5C is #3380A3. Grayscale: #929292. Windows color (decimal): -3375268 or 6062028. OLE color: 6062028.

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

Color convert

RGB 204 127 92 -
CMYK 0 0.38 0.55 0.2
HSL 18.75º 0.52% 0.58% -
HSV(B) 18.75º 0.55% 0.8% -
XYZ 34.42 28.79 13.87 -
YUV 146.03 97.51 169.35 -
System Red Green Blue C M Y K H S L
Decimal 204 127 92 0 0.38 0.55 0.2 18.75 0.52 0.58
Hex CC 7F 5C 0 26 37 14 13 34 3A
Octal 314 177 134 0 46 67 24 23 64 72
Binary 11001100 1111111 1011100 0 100110 110111 10100 10011 110100 111010

Color Harmonies of #CC7F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7F5C

Black with #CC7F5C

Text Example


Text Example

White with #CC7F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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