Html Css Color HEX #C38067 Burning Sand

📋 copy color: '#C38067'

red 195 ◦ green 128 ◦ blue 103

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

Shades of Burning Sand #C38067

Tints of Burning Sand #C38067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 24.18%

R = 45.77%
G = 30.05%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C38067 (or 0xC38067) is known color: Burning Sand. HEX triplet: C3, 80 and 67. RGB value is (195,128,103). Sum of RGB (Red+Green+Blue) = 195+128+103=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 103 (40.62% from 255 or 24.18% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C38067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38067 is #3C7F98. Grayscale: #919191. Windows color (decimal): -3964825 or 6783171. OLE color: 6783171.

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

Color convert

RGB 195 128 103 -
CMYK 0 0.34 0.47 0.24
HSL 16.3º 0.43% 0.58% -
HSV(B) 16.3º 0.47% 0.76% -
XYZ 32.67 28.02 16.52 -
YUV 145.18 104.2 163.53 -
System Red Green Blue C M Y K H S L
Decimal 195 128 103 0 0.34 0.47 0.24 16.3 0.43 0.58
Hex C3 80 67 0 22 2F 18 10 2B 3A
Octal 303 200 147 0 42 57 30 20 53 72
Binary 11000011 10000000 1100111 0 100010 101111 11000 10000 101011 111010

Color Harmonies of #C38067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38067

Black with #C38067

Text Example


Text Example

White with #C38067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38067; }

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

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

background-color css

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

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

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

border-color css

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

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

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