Html Css Color HEX #C67F68 Burning Sand

📋 copy color: '#C67F68'

red 198 ◦ green 127 ◦ blue 104

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

Shades of Burning Sand #C67F68

Tints of Burning Sand #C67F68

RGB

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

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

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

R = 46.15%
G = 29.6%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C67F68 (or 0xC67F68) is known color: Burning Sand. HEX triplet: C6, 7F and 68. RGB value is (198,127,104). Sum of RGB (Red+Green+Blue) = 198+127+104=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C67F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67F68 is #398097. Grayscale: #919191. Windows color (decimal): -3768472 or 6848454. OLE color: 6848454.

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

Color convert

RGB 198 127 104 -
CMYK 0 0.36 0.47 0.22
HSL 14.68º 0.45% 0.59% -
HSV(B) 14.68º 0.47% 0.78% -
XYZ 33.38 28.18 16.78 -
YUV 145.61 104.52 165.37 -
System Red Green Blue C M Y K H S L
Decimal 198 127 104 0 0.36 0.47 0.22 14.68 0.45 0.59
Hex C6 7F 68 0 24 2F 16 F 2D 3B
Octal 306 177 150 0 44 57 26 17 55 73
Binary 11000110 1111111 1101000 0 100100 101111 10110 1111 101101 111011

Color Harmonies of #C67F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67F68

Black with #C67F68

Text Example


Text Example

White with #C67F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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