Html Css Color HEX #C67D68 Burning Sand

📋 copy color: '#C67D68'

red 198 ◦ green 125 ◦ blue 104

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

Shades of Burning Sand #C67D68

Tints of Burning Sand #C67D68

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.27%

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

R = 46.37%
G = 29.27%
B = 24.36%

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

#C67D68 (or 0xC67D68) is known color: Burning Sand. HEX triplet: C6, 7D and 68. RGB value is (198,125,104). Sum of RGB (Red+Green+Blue) = 198+125+104=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C67D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67D68 is #398297. Grayscale: #909090. Windows color (decimal): -3768984 or 6847942. OLE color: 6847942.

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

Color convert

RGB 198 125 104 -
CMYK 0 0.37 0.47 0.22
HSL 13.4º 0.45% 0.59% -
HSV(B) 13.4º 0.47% 0.78% -
XYZ 33.12 27.67 16.69 -
YUV 144.43 105.18 166.21 -
System Red Green Blue C M Y K H S L
Decimal 198 125 104 0 0.37 0.47 0.22 13.4 0.45 0.59
Hex C6 7D 68 0 25 2F 16 D 2D 3B
Octal 306 175 150 0 45 57 26 15 55 73
Binary 11000110 1111101 1101000 0 100101 101111 10110 1101 101101 111011

Color Harmonies of #C67D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67D68

Black with #C67D68

Text Example


Text Example

White with #C67D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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