Html Css Color HEX #CC7B6B Burning Sand

📋 copy color: '#CC7B6B'

red 204 ◦ green 123 ◦ blue 107

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

Shades of Burning Sand #CC7B6B

Tints of Burning Sand #CC7B6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.65%

R = 47%
G = 28.34%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC7B6B (or 0xCC7B6B) is known color: Burning Sand. HEX triplet: CC, 7B and 6B. RGB value is (204,123,107). Sum of RGB (Red+Green+Blue) = 204+123+107=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 123 (48.44% from 255 or 28.34% from 434); Blue value is 107 (42.19% from 255 or 24.65% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7B6B is #338494. Grayscale: #919191. Windows color (decimal): -3376277 or 7044044. OLE color: 7044044.

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

Color convert

RGB 204 123 107 -
CMYK 0 0.40 0.48 0.2
HSL 9.9º 0.49% 0.61% -
HSV(B) 9.9º 0.48% 0.8% -
XYZ 34.64 28.06 17.5 -
YUV 145.4 106.34 169.8 -
System Red Green Blue C M Y K H S L
Decimal 204 123 107 0 0.40 0.48 0.2 9.9 0.49 0.61
Hex CC 7B 6B 0 28 30 14 A 31 3D
Octal 314 173 153 0 50 60 24 12 61 75
Binary 11001100 1111011 1101011 0 101000 110000 10100 1010 110001 111101

Color Harmonies of #CC7B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7B6B

Black with #CC7B6B

Text Example


Text Example

White with #CC7B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7B6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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