Html Css Color HEX #C68469 Burning Sand

📋 copy color: '#C68469'

red 198 ◦ green 132 ◦ blue 105

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

Shades of Burning Sand #C68469

Tints of Burning Sand #C68469

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.34%

 BLUE value IS 105 (41.41% from 255) = 24.14%

R = 45.52%
G = 30.34%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C68469 (or 0xC68469) is known color: Burning Sand. HEX triplet: C6, 84 and 69. RGB value is (198,132,105). Sum of RGB (Red+Green+Blue) = 198+132+105=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 105 (41.41% from 255 or 24.14% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C68469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68469 is #397B96. Grayscale: #949494. Windows color (decimal): -3767191 or 6915270. OLE color: 6915270.

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

Color convert

RGB 198 132 105 -
CMYK 0 0.33 0.47 0.22
HSL 17.42º 0.45% 0.59% -
HSV(B) 17.42º 0.47% 0.78% -
XYZ 34.09 29.53 17.27 -
YUV 148.66 103.37 163.2 -
System Red Green Blue C M Y K H S L
Decimal 198 132 105 0 0.33 0.47 0.22 17.42 0.45 0.59
Hex C6 84 69 0 21 2F 16 11 2D 3B
Octal 306 204 151 0 41 57 26 21 55 73
Binary 11000110 10000100 1101001 0 100001 101111 10110 10001 101101 111011

Color Harmonies of #C68469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68469

Black with #C68469

Text Example


Text Example

White with #C68469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68469; }

 p { color: rgb(198,132,105); }

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

background-color css

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

 a { background-color: rgb(198,132,105); }

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

border-color css

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

 span { border-color: rgb(198,132,105); }

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