Html Css Color HEX #CF7F55 Burning Sand

📋 copy color: '#CF7F55'

red 207 ◦ green 127 ◦ blue 85

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

Shades of Burning Sand #CF7F55

Tints of Burning Sand #CF7F55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.29%

R = 49.4%
G = 30.31%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CF7F55 (or 0xCF7F55) is known color: Burning Sand. HEX triplet: CF, 7F and 55. RGB value is (207,127,85). Sum of RGB (Red+Green+Blue) = 207+127+85=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 85 (33.59% from 255 or 20.29% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7F55 is #3080AA. Grayscale: #929292. Windows color (decimal): -3178667 or 5603279. OLE color: 5603279.

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

Color convert

RGB 207 127 85 -
CMYK 0 0.39 0.59 0.19
HSL 20.66º 0.56% 0.57% -
HSV(B) 20.66º 0.59% 0.81% -
XYZ 34.96 29.1 12.37 -
YUV 146.13 93.5 171.42 -
System Red Green Blue C M Y K H S L
Decimal 207 127 85 0 0.39 0.59 0.19 20.66 0.56 0.57
Hex CF 7F 55 0 27 3B 13 15 38 39
Octal 317 177 125 0 47 73 23 25 70 71
Binary 11001111 1111111 1010101 0 100111 111011 10011 10101 111000 111001

Color Harmonies of #CF7F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7F55

Black with #CF7F55

Text Example


Text Example

White with #CF7F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7F55; }

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

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

background-color css

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

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

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

border-color css

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

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

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