Html Css Color HEX #C67C65 Burning Sand

📋 copy color: '#C67C65'

red 198 ◦ green 124 ◦ blue 101

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

Shades of Burning Sand #C67C65

Tints of Burning Sand #C67C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.88%

R = 46.81%
G = 29.31%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C67C65 (or 0xC67C65) is known color: Burning Sand. HEX triplet: C6, 7C and 65. RGB value is (198,124,101). Sum of RGB (Red+Green+Blue) = 198+124+101=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C67C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67C65 is #39839A. Grayscale: #8F8F8F. Windows color (decimal): -3769243 or 6651078. OLE color: 6651078.

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

Color convert

RGB 198 124 101 -
CMYK 0 0.37 0.49 0.22
HSL 14.23º 0.46% 0.59% -
HSV(B) 14.23º 0.49% 0.78% -
XYZ 32.85 27.36 15.86 -
YUV 143.5 104.02 166.87 -
System Red Green Blue C M Y K H S L
Decimal 198 124 101 0 0.37 0.49 0.22 14.23 0.46 0.59
Hex C6 7C 65 0 25 31 16 E 2E 3B
Octal 306 174 145 0 45 61 26 16 56 73
Binary 11000110 1111100 1100101 0 100101 110001 10110 1110 101110 111011

Color Harmonies of #C67C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67C65

Black with #C67C65

Text Example


Text Example

White with #C67C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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