Html Css Color HEX #C67C5C Burning Sand

📋 copy color: '#C67C5C'

red 198 ◦ green 124 ◦ blue 92

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

Shades of Burning Sand #C67C5C

Tints of Burning Sand #C67C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.22%

R = 47.83%
G = 29.95%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C67C5C (or 0xC67C5C) is known color: Burning Sand. HEX triplet: C6, 7C and 5C. RGB value is (198,124,92). Sum of RGB (Red+Green+Blue) = 198+124+92=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 198 - color contains mainly: red. Hex color #C67C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67C5C is #3983A3. Grayscale: #8E8E8E. Windows color (decimal): -3769252 or 6061254. OLE color: 6061254.

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

Color convert

RGB 198 124 92 -
CMYK 0 0.37 0.54 0.22
HSL 18.11º 0.48% 0.57% -
HSV(B) 18.11º 0.54% 0.78% -
XYZ 32.43 27.19 13.66 -
YUV 142.48 99.52 167.6 -
System Red Green Blue C M Y K H S L
Decimal 198 124 92 0 0.37 0.54 0.22 18.11 0.48 0.57
Hex C6 7C 5C 0 25 36 16 12 30 39
Octal 306 174 134 0 45 66 26 22 60 71
Binary 11000110 1111100 1011100 0 100101 110110 10110 10010 110000 111001

Color Harmonies of #C67C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67C5C

Black with #C67C5C

Text Example


Text Example

White with #C67C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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