Html Css Color HEX #CF815D Burning Sand

📋 copy color: '#CF815D'

red 207 ◦ green 129 ◦ blue 93

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

Shades of Burning Sand #CF815D

Tints of Burning Sand #CF815D

RGB

 RED value IS 207 (81.25% from 255) = 48.25%

 GREEN value IS 129 (50.78% from 255) = 30.07%

 BLUE value IS 93 (36.72% from 255) = 21.68%

R = 48.25%
G = 30.07%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF815D (or 0xCF815D) is known color: Burning Sand. HEX triplet: CF, 81 and 5D. RGB value is (207,129,93). Sum of RGB (Red+Green+Blue) = 207+129+93=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF815D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF815D is #307EA2. Grayscale: #949494. Windows color (decimal): -3178147 or 6128079. OLE color: 6128079.

HSL color Cylindrical-coordinate representation of color #CF815D: hue angle of 18.95º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF815D is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 129 93 -
CMYK 0 0.38 0.55 0.19
HSL 18.95º 0.54% 0.59% -
HSV(B) 18.95º 0.55% 0.81% -
XYZ 35.56 29.76 14.23 -
YUV 148.22 96.84 169.93 -
System Red Green Blue C M Y K H S L
Decimal 207 129 93 0 0.38 0.55 0.19 18.95 0.54 0.59
Hex CF 81 5D 0 26 37 13 13 36 3B
Octal 317 201 135 0 46 67 23 23 66 73
Binary 11001111 10000001 1011101 0 100110 110111 10011 10011 110110 111011

Color Harmonies of #CF815D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF815D

Black with #CF815D

Text Example


Text Example

White with #CF815D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF815D; }

 p { color: rgb(207,129,93); }

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

background-color css

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

 a { background-color: rgb(207,129,93); }

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

border-color css

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

 span { border-color: rgb(207,129,93); }

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