Html Css Color HEX #CF7F69 Burning Sand

📋 copy color: '#CF7F69'

red 207 ◦ green 127 ◦ blue 105

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

Shades of Burning Sand #CF7F69

Tints of Burning Sand #CF7F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.92%

R = 47.15%
G = 28.93%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CF7F69 (or 0xCF7F69) is known color: Burning Sand. HEX triplet: CF, 7F and 69. RGB value is (207,127,105). Sum of RGB (Red+Green+Blue) = 207+127+105=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 105 (41.41% from 255 or 23.92% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7F69 is #308096. Grayscale: #949494. Windows color (decimal): -3178647 or 6913999. OLE color: 6913999.

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

Color convert

RGB 207 127 105 -
CMYK 0 0.39 0.49 0.19
HSL 12.94º 0.52% 0.61% -
HSV(B) 12.94º 0.49% 0.81% -
XYZ 35.87 29.46 17.16 -
YUV 148.41 103.5 169.79 -
System Red Green Blue C M Y K H S L
Decimal 207 127 105 0 0.39 0.49 0.19 12.94 0.52 0.61
Hex CF 7F 69 0 27 31 13 D 34 3D
Octal 317 177 151 0 47 61 23 15 64 75
Binary 11001111 1111111 1101001 0 100111 110001 10011 1101 110100 111101

Color Harmonies of #CF7F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7F69

Black with #CF7F69

Text Example


Text Example

White with #CF7F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7F69; }

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

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

background-color css

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

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

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

border-color css

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

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

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