Html Css Color HEX #CC8367 Burning Sand

📋 copy color: '#CC8367'

red 204 ◦ green 131 ◦ blue 103

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

Shades of Burning Sand #CC8367

Tints of Burning Sand #CC8367

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.91%

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

R = 46.58%
G = 29.91%
B = 23.52%

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

#CC8367 (or 0xCC8367) is known color: Burning Sand. HEX triplet: CC, 83 and 67. RGB value is (204,131,103). Sum of RGB (Red+Green+Blue) = 204+131+103=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 131 (51.56% from 255 or 29.91% from 438); Blue value is 103 (40.62% from 255 or 23.52% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8367 is #337C98. Grayscale: #959595. Windows color (decimal): -3374233 or 6783948. OLE color: 6783948.

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

Color convert

RGB 204 131 103 -
CMYK 0 0.36 0.50 0.2
HSL 16.63º 0.5% 0.6% -
HSV(B) 16.63º 0.5% 0.8% -
XYZ 35.47 30.05 16.76 -
YUV 149.64 101.68 166.78 -
System Red Green Blue C M Y K H S L
Decimal 204 131 103 0 0.36 0.50 0.2 16.63 0.5 0.6
Hex CC 83 67 0 24 32 14 11 32 3C
Octal 314 203 147 0 44 62 24 21 62 74
Binary 11001100 10000011 1100111 0 100100 110010 10100 10001 110010 111100

Color Harmonies of #CC8367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8367

Black with #CC8367

Text Example


Text Example

White with #CC8367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8367; }

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

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

background-color css

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

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

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

border-color css

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

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

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