Html Css Color HEX #C28367 Burning Sand

📋 copy color: '#C28367'

red 194 ◦ green 131 ◦ blue 103

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

Shades of Burning Sand #C28367

Tints of Burning Sand #C28367

RGB

 RED value IS 194 (76.17% from 255) = 45.33%

 GREEN value IS 131 (51.56% from 255) = 30.61%

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

R = 45.33%
G = 30.61%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C28367 (or 0xC28367) is known color: Burning Sand. HEX triplet: C2, 83 and 67. RGB value is (194,131,103). Sum of RGB (Red+Green+Blue) = 194+131+103=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 103 (40.62% from 255 or 24.07% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C28367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28367 is #3D7C98. Grayscale: #929292. Windows color (decimal): -4029593 or 6783938. OLE color: 6783938.

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

Color convert

RGB 194 131 103 -
CMYK 0 0.32 0.47 0.24
HSL 18.46º 0.43% 0.58% -
HSV(B) 18.46º 0.47% 0.76% -
XYZ 32.81 28.68 16.64 -
YUV 146.65 103.37 161.78 -
System Red Green Blue C M Y K H S L
Decimal 194 131 103 0 0.32 0.47 0.24 18.46 0.43 0.58
Hex C2 83 67 0 20 2F 18 12 2B 3A
Octal 302 203 147 0 40 57 30 22 53 72
Binary 11000010 10000011 1100111 0 100000 101111 11000 10010 101011 111010

Color Harmonies of #C28367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28367

Black with #C28367

Text Example


Text Example

White with #C28367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28367; }

 p { color: rgb(194,131,103); }

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

background-color css

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

 a { background-color: rgb(194,131,103); }

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

border-color css

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

 span { border-color: rgb(194,131,103); }

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