Html Css Color HEX #CC8267 Burning Sand

📋 copy color: '#CC8267'

red 204 ◦ green 130 ◦ blue 103

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

Shades of Burning Sand #CC8267

Tints of Burning Sand #CC8267

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.75%

 BLUE value IS 103 (40.63% from 255) = 23.57%

R = 46.68%
G = 29.75%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CC8267 (or 0xCC8267) is known color: Burning Sand. HEX triplet: CC, 82 and 67. RGB value is (204,130,103). Sum of RGB (Red+Green+Blue) = 204+130+103=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 103 (40.62% from 255 or 23.57% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8267 is #337D98. Grayscale: #959595. Windows color (decimal): -3374489 or 6783692. OLE color: 6783692.

HSL color Cylindrical-coordinate representation of color #CC8267: hue angle of 16.04º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC8267 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 130 103 -
CMYK 0 0.36 0.50 0.2
HSL 16.04º 0.5% 0.6% -
HSV(B) 16.04º 0.5% 0.8% -
XYZ 35.33 29.78 16.72 -
YUV 149.05 102.02 167.2 -
System Red Green Blue C M Y K H S L
Decimal 204 130 103 0 0.36 0.50 0.2 16.04 0.5 0.6
Hex CC 82 67 0 24 32 14 10 32 3C
Octal 314 202 147 0 44 62 24 20 62 74
Binary 11001100 10000010 1100111 0 100100 110010 10100 10000 110010 111100

Color Harmonies of #CC8267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8267

Black with #CC8267

Text Example


Text Example

White with #CC8267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8267; }

 p { color: rgb(204,130,103); }

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

background-color css

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

 a { background-color: rgb(204,130,103); }

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

border-color css

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

 span { border-color: rgb(204,130,103); }

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