Html Css Color HEX #CC7B61 Burning Sand

📋 copy color: '#CC7B61'

red 204 ◦ green 123 ◦ blue 97

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

Shades of Burning Sand #CC7B61

Tints of Burning Sand #CC7B61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22.88%

R = 48.11%
G = 29.01%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CC7B61 (or 0xCC7B61) is known color: Burning Sand. HEX triplet: CC, 7B and 61. RGB value is (204,123,97). Sum of RGB (Red+Green+Blue) = 204+123+97=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 97 (38.28% from 255 or 22.88% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7B61 is #33849E. Grayscale: #909090. Windows color (decimal): -3376287 or 6388684. OLE color: 6388684.

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

Color convert

RGB 204 123 97 -
CMYK 0 0.40 0.52 0.2
HSL 14.58º 0.51% 0.59% -
HSV(B) 14.58º 0.52% 0.8% -
XYZ 34.14 27.87 14.89 -
YUV 144.26 101.34 170.61 -
System Red Green Blue C M Y K H S L
Decimal 204 123 97 0 0.40 0.52 0.2 14.58 0.51 0.59
Hex CC 7B 61 0 28 34 14 F 33 3B
Octal 314 173 141 0 50 64 24 17 63 73
Binary 11001100 1111011 1100001 0 101000 110100 10100 1111 110011 111011

Color Harmonies of #CC7B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7B61

Black with #CC7B61

Text Example


Text Example

White with #CC7B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7B61; }

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

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

background-color css

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

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

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

border-color css

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

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

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