Html Css Color HEX #CC7B62 Burning Sand

📋 copy color: '#CC7B62'

red 204 ◦ green 123 ◦ blue 98

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

Shades of Burning Sand #CC7B62

Tints of Burning Sand #CC7B62

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.94%

 BLUE value IS 98 (38.67% from 255) = 23.06%

R = 48%
G = 28.94%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CC7B62 (or 0xCC7B62) is known color: Burning Sand. HEX triplet: CC, 7B and 62. RGB value is (204,123,98). Sum of RGB (Red+Green+Blue) = 204+123+98=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 98 (38.67% from 255 or 23.06% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7B62 is #33849D. Grayscale: #909090. Windows color (decimal): -3376286 or 6454220. OLE color: 6454220.

HSL color Cylindrical-coordinate representation of color #CC7B62: hue angle of 14.15º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC7B62 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 123 98 -
CMYK 0 0.40 0.52 0.2
HSL 14.15º 0.51% 0.59% -
HSV(B) 14.15º 0.52% 0.8% -
XYZ 34.19 27.89 15.14 -
YUV 144.37 101.84 170.53 -
System Red Green Blue C M Y K H S L
Decimal 204 123 98 0 0.40 0.52 0.2 14.15 0.51 0.59
Hex CC 7B 62 0 28 34 14 E 33 3B
Octal 314 173 142 0 50 64 24 16 63 73
Binary 11001100 1111011 1100010 0 101000 110100 10100 1110 110011 111011

Color Harmonies of #CC7B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7B62

Black with #CC7B62

Text Example


Text Example

White with #CC7B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7B62; }

 p { color: rgb(204,123,98); }

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

background-color css

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

 a { background-color: rgb(204,123,98); }

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

border-color css

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

 span { border-color: rgb(204,123,98); }

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