Html Css Color HEX #CC7968 Burning Sand

📋 copy color: '#CC7968'

red 204 ◦ green 121 ◦ blue 104

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

Shades of Burning Sand #CC7968

Tints of Burning Sand #CC7968

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.21%

 BLUE value IS 104 (41.02% from 255) = 24.24%

R = 47.55%
G = 28.21%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CC7968 (or 0xCC7968) is known color: Burning Sand. HEX triplet: CC, 79 and 68. RGB value is (204,121,104). Sum of RGB (Red+Green+Blue) = 204+121+104=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7968 is #338697. Grayscale: #909090. Windows color (decimal): -3376792 or 6846924. OLE color: 6846924.

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

Color convert

RGB 204 121 104 -
CMYK 0 0.41 0.49 0.2
HSL 10.2º 0.5% 0.6% -
HSV(B) 10.2º 0.49% 0.8% -
XYZ 34.24 27.51 16.6 -
YUV 143.88 105.5 170.88 -
System Red Green Blue C M Y K H S L
Decimal 204 121 104 0 0.41 0.49 0.2 10.2 0.5 0.6
Hex CC 79 68 0 29 31 14 A 32 3C
Octal 314 171 150 0 51 61 24 12 62 74
Binary 11001100 1111001 1101000 0 101001 110001 10100 1010 110010 111100

Color Harmonies of #CC7968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7968

Black with #CC7968

Text Example


Text Example

White with #CC7968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7968; }

 p { color: rgb(204,121,104); }

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

background-color css

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

 a { background-color: rgb(204,121,104); }

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

border-color css

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

 span { border-color: rgb(204,121,104); }

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