Html Css Color HEX #C67E5F Burning Sand

📋 copy color: '#C67E5F'

red 198 ◦ green 126 ◦ blue 95

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

Shades of Burning Sand #C67E5F

Tints of Burning Sand #C67E5F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.07%

 BLUE value IS 95 (37.5% from 255) = 22.67%

R = 47.26%
G = 30.07%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C67E5F (or 0xC67E5F) is known color: Burning Sand. HEX triplet: C6, 7E and 5F. RGB value is (198,126,95). Sum of RGB (Red+Green+Blue) = 198+126+95=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 95 (37.5% from 255 or 22.67% from 419); Max value from RGB is 198 - color contains mainly: red. Hex color #C67E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67E5F is #3981A0. Grayscale: #909090. Windows color (decimal): -3768737 or 6258374. OLE color: 6258374.

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

Color convert

RGB 198 126 95 -
CMYK 0 0.36 0.52 0.22
HSL 18.06º 0.47% 0.57% -
HSV(B) 18.06º 0.52% 0.78% -
XYZ 32.82 27.75 14.45 -
YUV 143.99 100.35 166.52 -
System Red Green Blue C M Y K H S L
Decimal 198 126 95 0 0.36 0.52 0.22 18.06 0.47 0.57
Hex C6 7E 5F 0 24 34 16 12 2F 39
Octal 306 176 137 0 44 64 26 22 57 71
Binary 11000110 1111110 1011111 0 100100 110100 10110 10010 101111 111001

Color Harmonies of #C67E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67E5F

Black with #C67E5F

Text Example


Text Example

White with #C67E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67E5F; }

 p { color: rgb(198,126,95); }

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

background-color css

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

 a { background-color: rgb(198,126,95); }

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

border-color css

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

 span { border-color: rgb(198,126,95); }

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