Html Css Color HEX #C67F6D Burning Sand

📋 copy color: '#C67F6D'

red 198 ◦ green 127 ◦ blue 109

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

Shades of Burning Sand #C67F6D

Tints of Burning Sand #C67F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.12%

R = 45.62%
G = 29.26%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C67F6D (or 0xC67F6D) is known color: Burning Sand. HEX triplet: C6, 7F and 6D. RGB value is (198,127,109). Sum of RGB (Red+Green+Blue) = 198+127+109=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C67F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67F6D is #398092. Grayscale: #929292. Windows color (decimal): -3768467 or 7176134. OLE color: 7176134.

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

Color convert

RGB 198 127 109 -
CMYK 0 0.36 0.45 0.22
HSL 12.13º 0.44% 0.6% -
HSV(B) 12.13º 0.45% 0.78% -
XYZ 33.64 28.29 18.16 -
YUV 146.18 107.02 164.96 -
System Red Green Blue C M Y K H S L
Decimal 198 127 109 0 0.36 0.45 0.22 12.13 0.44 0.6
Hex C6 7F 6D 0 24 2D 16 C 2C 3C
Octal 306 177 155 0 44 55 26 14 54 74
Binary 11000110 1111111 1101101 0 100100 101101 10110 1100 101100 111100

Color Harmonies of #C67F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67F6D

Black with #C67F6D

Text Example


Text Example

White with #C67F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67F6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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