Html Css Color HEX #CC7D6D Burning Sand

📋 copy color: '#CC7D6D'

red 204 ◦ green 125 ◦ blue 109

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

Shades of Burning Sand #CC7D6D

Tints of Burning Sand #CC7D6D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.54%

 BLUE value IS 109 (42.97% from 255) = 24.89%

R = 46.58%
G = 28.54%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC7D6D (or 0xCC7D6D) is known color: Burning Sand. HEX triplet: CC, 7D and 6D. RGB value is (204,125,109). Sum of RGB (Red+Green+Blue) = 204+125+109=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 125 (49.22% from 255 or 28.54% from 438); Blue value is 109 (42.97% from 255 or 24.89% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7D6D is #338292. Grayscale: #929292. Windows color (decimal): -3375763 or 7175628. OLE color: 7175628.

HSL color Cylindrical-coordinate representation of color #CC7D6D: hue angle of 10.11º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC7D6D is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 125 109 -
CMYK 0 0.39 0.47 0.2
HSL 10.11º 0.48% 0.61% -
HSV(B) 10.11º 0.47% 0.8% -
XYZ 35 28.61 18.15 -
YUV 146.8 106.67 168.8 -
System Red Green Blue C M Y K H S L
Decimal 204 125 109 0 0.39 0.47 0.2 10.11 0.48 0.61
Hex CC 7D 6D 0 27 2F 14 A 30 3D
Octal 314 175 155 0 47 57 24 12 60 75
Binary 11001100 1111101 1101101 0 100111 101111 10100 1010 110000 111101

Color Harmonies of #CC7D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7D6D

Black with #CC7D6D

Text Example


Text Example

White with #CC7D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7D6D; }

 p { color: rgb(204,125,109); }

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

background-color css

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

 a { background-color: rgb(204,125,109); }

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

border-color css

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

 span { border-color: rgb(204,125,109); }

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