Html Css Color HEX #C67F5D Burning Sand

📋 copy color: '#C67F5D'

red 198 ◦ green 127 ◦ blue 93

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

Shades of Burning Sand #C67F5D

Tints of Burning Sand #C67F5D

RGB

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

 GREEN value IS 127 (50% from 255) = 30.38%

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

R = 47.37%
G = 30.38%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C67F5D (or 0xC67F5D) is known color: Burning Sand. HEX triplet: C6, 7F and 5D. RGB value is (198,127,93). Sum of RGB (Red+Green+Blue) = 198+127+93=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C67F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67F5D is #3980A2. Grayscale: #909090. Windows color (decimal): -3768483 or 6127558. OLE color: 6127558.

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

Color convert

RGB 198 127 93 -
CMYK 0 0.36 0.53 0.22
HSL 19.43º 0.48% 0.57% -
HSV(B) 19.43º 0.53% 0.78% -
XYZ 32.85 27.97 14.02 -
YUV 144.35 99.02 166.26 -
System Red Green Blue C M Y K H S L
Decimal 198 127 93 0 0.36 0.53 0.22 19.43 0.48 0.57
Hex C6 7F 5D 0 24 35 16 13 30 39
Octal 306 177 135 0 44 65 26 23 60 71
Binary 11000110 1111111 1011101 0 100100 110101 10110 10011 110000 111001

Color Harmonies of #C67F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67F5D

Black with #C67F5D

Text Example


Text Example

White with #C67F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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