Html Css Color HEX #CC7B5D Burning Sand

📋 copy color: '#CC7B5D'

red 204 ◦ green 123 ◦ blue 93

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

Shades of Burning Sand #CC7B5D

Tints of Burning Sand #CC7B5D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.29%

 BLUE value IS 93 (36.72% from 255) = 22.14%

R = 48.57%
G = 29.29%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC7B5D (or 0xCC7B5D) is known color: Burning Sand. HEX triplet: CC, 7B and 5D. RGB value is (204,123,93). Sum of RGB (Red+Green+Blue) = 204+123+93=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7B5D is #3384A2. Grayscale: #8F8F8F. Windows color (decimal): -3376291 or 6126540. OLE color: 6126540.

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

Color convert

RGB 204 123 93 -
CMYK 0 0.40 0.54 0.2
HSL 16.22º 0.52% 0.58% -
HSV(B) 16.22º 0.54% 0.8% -
XYZ 33.96 27.79 13.93 -
YUV 143.8 99.34 170.94 -
System Red Green Blue C M Y K H S L
Decimal 204 123 93 0 0.40 0.54 0.2 16.22 0.52 0.58
Hex CC 7B 5D 0 28 36 14 10 34 3A
Octal 314 173 135 0 50 66 24 20 64 72
Binary 11001100 1111011 1011101 0 101000 110110 10100 10000 110100 111010

Color Harmonies of #CC7B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7B5D

Black with #CC7B5D

Text Example


Text Example

White with #CC7B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7B5D; }

 p { color: rgb(204,123,93); }

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

background-color css

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

 a { background-color: rgb(204,123,93); }

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

border-color css

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

 span { border-color: rgb(204,123,93); }

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