Html Css Color HEX #CF7F58 Burning Sand

📋 copy color: '#CF7F58'

red 207 ◦ green 127 ◦ blue 88

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

Shades of Burning Sand #CF7F58

Tints of Burning Sand #CF7F58

RGB

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

 GREEN value IS 127 (50% from 255) = 30.09%

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

R = 49.05%
G = 30.09%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF7F58 (or 0xCF7F58) is known color: Burning Sand. HEX triplet: CF, 7F and 58. RGB value is (207,127,88). Sum of RGB (Red+Green+Blue) = 207+127+88=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 88 (34.77% from 255 or 20.85% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7F58 is #3080A7. Grayscale: #929292. Windows color (decimal): -3178664 or 5799887. OLE color: 5799887.

HSL color Cylindrical-coordinate representation of color #CF7F58: hue angle of 19.66º 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 #CF7F58 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 127 88 -
CMYK 0 0.39 0.57 0.19
HSL 19.66º 0.55% 0.58% -
HSV(B) 19.66º 0.57% 0.81% -
XYZ 35.08 29.15 13.01 -
YUV 146.47 95 171.17 -
System Red Green Blue C M Y K H S L
Decimal 207 127 88 0 0.39 0.57 0.19 19.66 0.55 0.58
Hex CF 7F 58 0 27 39 13 14 37 3A
Octal 317 177 130 0 47 71 23 24 67 72
Binary 11001111 1111111 1011000 0 100111 111001 10011 10100 110111 111010

Color Harmonies of #CF7F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7F58

Black with #CF7F58

Text Example


Text Example

White with #CF7F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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