Html Css Color HEX #CC8569 Burning Sand

📋 copy color: '#CC8569'

red 204 ◦ green 133 ◦ blue 105

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

Shades of Burning Sand #CC8569

Tints of Burning Sand #CC8569

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.09%

 BLUE value IS 105 (41.41% from 255) = 23.76%

R = 46.15%
G = 30.09%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CC8569 (or 0xCC8569) is known color: Burning Sand. HEX triplet: CC, 85 and 69. RGB value is (204,133,105). Sum of RGB (Red+Green+Blue) = 204+133+105=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 105 (41.41% from 255 or 23.76% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8569 is #337A96. Grayscale: #979797. Windows color (decimal): -3373719 or 6915532. OLE color: 6915532.

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

Color convert

RGB 204 133 105 -
CMYK 0 0.35 0.49 0.2
HSL 16.97º 0.49% 0.61% -
HSV(B) 16.97º 0.49% 0.8% -
XYZ 35.84 30.63 17.39 -
YUV 151.04 102.02 165.78 -
System Red Green Blue C M Y K H S L
Decimal 204 133 105 0 0.35 0.49 0.2 16.97 0.49 0.61
Hex CC 85 69 0 23 31 14 11 31 3D
Octal 314 205 151 0 43 61 24 21 61 75
Binary 11001100 10000101 1101001 0 100011 110001 10100 10001 110001 111101

Color Harmonies of #CC8569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8569

Black with #CC8569

Text Example


Text Example

White with #CC8569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8569; }

 p { color: rgb(204,133,105); }

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

background-color css

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

 a { background-color: rgb(204,133,105); }

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

border-color css

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

 span { border-color: rgb(204,133,105); }

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