Html Css Color HEX #C38069 Burning Sand

📋 copy color: '#C38069'

red 195 ◦ green 128 ◦ blue 105

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

Shades of Burning Sand #C38069

Tints of Burning Sand #C38069

RGB

 RED value IS 195 (76.56% from 255) = 45.56%

 GREEN value IS 128 (50.39% from 255) = 29.91%

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

R = 45.56%
G = 29.91%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C38069 (or 0xC38069) is known color: Burning Sand. HEX triplet: C3, 80 and 69. RGB value is (195,128,105). Sum of RGB (Red+Green+Blue) = 195+128+105=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 105 (41.41% from 255 or 24.53% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C38069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38069 is #3C7F96. Grayscale: #919191. Windows color (decimal): -3964823 or 6914243. OLE color: 6914243.

HSL color Cylindrical-coordinate representation of color #C38069: hue angle of 15.33º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C38069 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 128 105 -
CMYK 0 0.34 0.46 0.24
HSL 15.33º 0.43% 0.59% -
HSV(B) 15.33º 0.46% 0.76% -
XYZ 32.77 28.06 17.05 -
YUV 145.41 105.2 163.37 -
System Red Green Blue C M Y K H S L
Decimal 195 128 105 0 0.34 0.46 0.24 15.33 0.43 0.59
Hex C3 80 69 0 22 2E 18 F 2B 3B
Octal 303 200 151 0 42 56 30 17 53 73
Binary 11000011 10000000 1101001 0 100010 101110 11000 1111 101011 111011

Color Harmonies of #C38069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38069

Black with #C38069

Text Example


Text Example

White with #C38069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38069; }

 p { color: rgb(195,128,105); }

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

background-color css

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

 a { background-color: rgb(195,128,105); }

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

border-color css

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

 span { border-color: rgb(195,128,105); }

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