Html Css Color HEX #C67C68 Burning Sand

📋 copy color: '#C67C68'

red 198 ◦ green 124 ◦ blue 104

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

Shades of Burning Sand #C67C68

Tints of Burning Sand #C67C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.41%

R = 46.48%
G = 29.11%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C67C68 (or 0xC67C68) is known color: Burning Sand. HEX triplet: C6, 7C and 68. RGB value is (198,124,104). Sum of RGB (Red+Green+Blue) = 198+124+104=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 104 (41.02% from 255 or 24.41% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C67C68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67C68 is #398397. Grayscale: #909090. Windows color (decimal): -3769240 or 6847686. OLE color: 6847686.

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

Color convert

RGB 198 124 104 -
CMYK 0 0.37 0.47 0.22
HSL 12.77º 0.45% 0.59% -
HSV(B) 12.77º 0.47% 0.78% -
XYZ 33 27.42 16.65 -
YUV 143.85 105.52 166.63 -
System Red Green Blue C M Y K H S L
Decimal 198 124 104 0 0.37 0.47 0.22 12.77 0.45 0.59
Hex C6 7C 68 0 25 2F 16 D 2D 3B
Octal 306 174 150 0 45 57 26 15 55 73
Binary 11000110 1111100 1101000 0 100101 101111 10110 1101 101101 111011

Color Harmonies of #C67C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67C68

Black with #C67C68

Text Example


Text Example

White with #C67C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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