Html Css Color HEX #C67C5E Burning Sand

📋 copy color: '#C67C5E'

red 198 ◦ green 124 ◦ blue 94

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

Shades of Burning Sand #C67C5E

Tints of Burning Sand #C67C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.6%

R = 47.6%
G = 29.81%
B = 22.6%

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

#C67C5E (or 0xC67C5E) is known color: Burning Sand. HEX triplet: C6, 7C and 5E. RGB value is (198,124,94). Sum of RGB (Red+Green+Blue) = 198+124+94=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C67C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67C5E is #3983A1. Grayscale: #8E8E8E. Windows color (decimal): -3769250 or 6192326. OLE color: 6192326.

HSL color Cylindrical-coordinate representation of color #C67C5E: hue angle of 17.31º 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 #C67C5E is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 124 94 -
CMYK 0 0.37 0.53 0.22
HSL 17.31º 0.48% 0.57% -
HSV(B) 17.31º 0.53% 0.78% -
XYZ 32.52 27.23 14.13 -
YUV 142.71 100.52 167.44 -
System Red Green Blue C M Y K H S L
Decimal 198 124 94 0 0.37 0.53 0.22 17.31 0.48 0.57
Hex C6 7C 5E 0 25 35 16 11 30 39
Octal 306 174 136 0 45 65 26 21 60 71
Binary 11000110 1111100 1011110 0 100101 110101 10110 10001 110000 111001

Color Harmonies of #C67C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67C5E

Black with #C67C5E

Text Example


Text Example

White with #C67C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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