Html Css Color HEX #C67C5D Burning Sand

📋 copy color: '#C67C5D'

red 198 ◦ green 124 ◦ blue 93

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

Shades of Burning Sand #C67C5D

Tints of Burning Sand #C67C5D

RGB

 RED value IS 198 (77.73% from 255) = 47.71%

 GREEN value IS 124 (48.83% from 255) = 29.88%

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

R = 47.71%
G = 29.88%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C67C5D (or 0xC67C5D) is known color: Burning Sand. HEX triplet: C6, 7C and 5D. RGB value is (198,124,93). Sum of RGB (Red+Green+Blue) = 198+124+93=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C67C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67C5D is #3983A2. Grayscale: #8E8E8E. Windows color (decimal): -3769251 or 6126790. OLE color: 6126790.

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

Color convert

RGB 198 124 93 -
CMYK 0 0.37 0.53 0.22
HSL 17.71º 0.48% 0.57% -
HSV(B) 17.71º 0.53% 0.78% -
XYZ 32.47 27.21 13.9 -
YUV 142.59 100.02 167.52 -
System Red Green Blue C M Y K H S L
Decimal 198 124 93 0 0.37 0.53 0.22 17.71 0.48 0.57
Hex C6 7C 5D 0 25 35 16 12 30 39
Octal 306 174 135 0 45 65 26 22 60 71
Binary 11000110 1111100 1011101 0 100101 110101 10110 10010 110000 111001

Color Harmonies of #C67C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67C5D

Black with #C67C5D

Text Example


Text Example

White with #C67C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67C5D; }

 p { color: rgb(198,124,93); }

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

background-color css

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

 a { background-color: rgb(198,124,93); }

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

border-color css

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

 span { border-color: rgb(198,124,93); }

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