Html Css Color HEX #CF8558 Burning Sand

📋 copy color: '#CF8558'

red 207 ◦ green 133 ◦ blue 88

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

Shades of Burning Sand #CF8558

Tints of Burning Sand #CF8558

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.07%

 BLUE value IS 88 (34.77% from 255) = 20.56%

R = 48.36%
G = 31.07%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF8558 (or 0xCF8558) is known color: Burning Sand. HEX triplet: CF, 85 and 58. RGB value is (207,133,88). Sum of RGB (Red+Green+Blue) = 207+133+88=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 88 (34.77% from 255 or 20.56% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8558 is #307AA7. Grayscale: #969696. Windows color (decimal): -3177128 or 5801423. OLE color: 5801423.

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

Color convert

RGB 207 133 88 -
CMYK 0 0.36 0.57 0.19
HSL 22.69º 0.55% 0.58% -
HSV(B) 22.69º 0.57% 0.81% -
XYZ 35.88 30.75 13.28 -
YUV 150 93.02 168.66 -
System Red Green Blue C M Y K H S L
Decimal 207 133 88 0 0.36 0.57 0.19 22.69 0.55 0.58
Hex CF 85 58 0 24 39 13 17 37 3A
Octal 317 205 130 0 44 71 23 27 67 72
Binary 11001111 10000101 1011000 0 100100 111001 10011 10111 110111 111010

Color Harmonies of #CF8558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8558

Black with #CF8558

Text Example


Text Example

White with #CF8558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8558; }

 p { color: rgb(207,133,88); }

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

background-color css

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

 a { background-color: rgb(207,133,88); }

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

border-color css

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

 span { border-color: rgb(207,133,88); }

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