Html Css Color HEX #CF7D6B Burning Sand

📋 copy color: '#CF7D6B'

red 207 ◦ green 125 ◦ blue 107

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

Shades of Burning Sand #CF7D6B

Tints of Burning Sand #CF7D6B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.47%

 BLUE value IS 107 (42.19% from 255) = 24.37%

R = 47.15%
G = 28.47%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CF7D6B (or 0xCF7D6B) is known color: Burning Sand. HEX triplet: CF, 7D and 6B. RGB value is (207,125,107). Sum of RGB (Red+Green+Blue) = 207+125+107=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 125 (49.22% from 255 or 28.47% from 439); Blue value is 107 (42.19% from 255 or 24.37% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7D6B is #308294. Grayscale: #939393. Windows color (decimal): -3179157 or 7044559. OLE color: 7044559.

HSL color Cylindrical-coordinate representation of color #CF7D6B: hue angle of 10.8º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF7D6B is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 125 107 -
CMYK 0 0.40 0.48 0.19
HSL 10.8º 0.51% 0.62% -
HSV(B) 10.8º 0.48% 0.81% -
XYZ 35.72 28.99 17.62 -
YUV 147.47 105.17 170.46 -
System Red Green Blue C M Y K H S L
Decimal 207 125 107 0 0.40 0.48 0.19 10.8 0.51 0.62
Hex CF 7D 6B 0 28 30 13 B 33 3E
Octal 317 175 153 0 50 60 23 13 63 76
Binary 11001111 1111101 1101011 0 101000 110000 10011 1011 110011 111110

Color Harmonies of #CF7D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7D6B

Black with #CF7D6B

Text Example


Text Example

White with #CF7D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7D6B; }

 p { color: rgb(207,125,107); }

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

background-color css

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

 a { background-color: rgb(207,125,107); }

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

border-color css

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

 span { border-color: rgb(207,125,107); }

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