Html Css Color HEX #CC7C62 Burning Sand

📋 copy color: '#CC7C62'

red 204 ◦ green 124 ◦ blue 98

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

Shades of Burning Sand #CC7C62

Tints of Burning Sand #CC7C62

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.11%

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

R = 47.89%
G = 29.11%
B = 23%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CC7C62 (or 0xCC7C62) is known color: Burning Sand. HEX triplet: CC, 7C and 62. RGB value is (204,124,98). Sum of RGB (Red+Green+Blue) = 204+124+98=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 98 (38.67% from 255 or 23.00% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7C62 is #33839D. Grayscale: #919191. Windows color (decimal): -3376030 or 6454476. OLE color: 6454476.

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

Color convert

RGB 204 124 98 -
CMYK 0 0.39 0.52 0.2
HSL 14.72º 0.51% 0.59% -
HSV(B) 14.72º 0.52% 0.8% -
XYZ 34.31 28.13 15.18 -
YUV 144.96 101.5 170.11 -
System Red Green Blue C M Y K H S L
Decimal 204 124 98 0 0.39 0.52 0.2 14.72 0.51 0.59
Hex CC 7C 62 0 27 34 14 F 33 3B
Octal 314 174 142 0 47 64 24 17 63 73
Binary 11001100 1111100 1100010 0 100111 110100 10100 1111 110011 111011

Color Harmonies of #CC7C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7C62

Black with #CC7C62

Text Example


Text Example

White with #CC7C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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