#C67F67

Color #C67F67 Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #C67F67

Tints of Burning Sand #C67F67

Color information

#C67F67 (or 0xC67F67) is unknown color: approx Burning Sand. HEX triplet: C6, 7F and 67. RGB value is (198,127,103). Sum of RGB (Red+Green+Blue) = 198+127+103=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 127 (50% from 255 or 29.67% from 428); Blue value is 103 (40.62% from 255 or 24.07% from 428); Max value from RGB is 198 - color contains mainly: red. Hex color #C67F67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67F67 is #398098. Grayscale: #919191. Windows color (decimal): -3768473 or 6782918. OLE color: 6782918.

HSL color Cylindrical-coordinate representation of color #C67F67: hue angle of 15.16º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C67F67 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB198127103-
CMYK00.360.480.22
HSL15.16º45.45%59.02%-
HSV(B)15.16º47.98%77.65%-
XYZ33.3328.1616.51-
YUV145.49104.02165.45-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.26%
GREEN value IS 127 (50% from 255) = 29.67%
BLUE value IS 103 (40.62% from 255) = 24.07%
R=46.26%
G=29.67%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812710300.360.480.2215.1645.4559.02
HexC67F670243016f2d3b
Octal3061771470446026175573
Binary11000110111111111001110100100110000101101111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67F67; }

 p { color: rgb(198,127,103); }

 H1.HeaderClassName
 {
   color: #C67F67;
 }
 .AnyTagClassName
 {
   color: #C67F67;
 }
</style>
background-color css

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

 a { background-color: rgb(198,127,103); }

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

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

 span { border-color: rgb(198,127,103); }

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