Html Css Color HEX #CC825D Burning Sand

📋 copy color: '#CC825D'

red 204 ◦ green 130 ◦ blue 93

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

Shades of Burning Sand #CC825D

Tints of Burning Sand #CC825D

RGB

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

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

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

R = 47.78%
G = 30.44%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC825D (or 0xCC825D) is known color: Burning Sand. HEX triplet: CC, 82 and 5D. RGB value is (204,130,93). Sum of RGB (Red+Green+Blue) = 204+130+93=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC825D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC825D is #337DA2. Grayscale: #949494. Windows color (decimal): -3374499 or 6128332. OLE color: 6128332.

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

Color convert

RGB 204 130 93 -
CMYK 0 0.36 0.54 0.2
HSL 20º 0.52% 0.58% -
HSV(B) 20º 0.54% 0.8% -
XYZ 34.86 29.59 14.23 -
YUV 147.91 97.02 168.01 -
System Red Green Blue C M Y K H S L
Decimal 204 130 93 0 0.36 0.54 0.2 20 0.52 0.58
Hex CC 82 5D 0 24 36 14 14 34 3A
Octal 314 202 135 0 44 66 24 24 64 72
Binary 11001100 10000010 1011101 0 100100 110110 10100 10100 110100 111010

Color Harmonies of #CC825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC825D

Black with #CC825D

Text Example


Text Example

White with #CC825D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC825D; }

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

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

background-color css

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

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

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

border-color css

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

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

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