Html Css Color HEX #CC7F62 Burning Sand

📋 copy color: '#CC7F62'

red 204 ◦ green 127 ◦ blue 98

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

Shades of Burning Sand #CC7F62

Tints of Burning Sand #CC7F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.84%

R = 47.55%
G = 29.6%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CC7F62 (or 0xCC7F62) is known color: Burning Sand. HEX triplet: CC, 7F and 62. RGB value is (204,127,98). Sum of RGB (Red+Green+Blue) = 204+127+98=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7F62 is #33809D. Grayscale: #929292. Windows color (decimal): -3375262 or 6455244. OLE color: 6455244.

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

Color convert

RGB 204 127 98 -
CMYK 0 0.38 0.52 0.2
HSL 16.42º 0.51% 0.59% -
HSV(B) 16.42º 0.52% 0.8% -
XYZ 34.7 28.9 15.3 -
YUV 146.72 100.51 168.86 -
System Red Green Blue C M Y K H S L
Decimal 204 127 98 0 0.38 0.52 0.2 16.42 0.51 0.59
Hex CC 7F 62 0 26 34 14 10 33 3B
Octal 314 177 142 0 46 64 24 20 63 73
Binary 11001100 1111111 1100010 0 100110 110100 10100 10000 110011 111011

Color Harmonies of #CC7F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7F62

Black with #CC7F62

Text Example


Text Example

White with #CC7F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7F62; }

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

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

background-color css

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

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

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

border-color css

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

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

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