Html Css Color HEX #CF7F68 Burning Sand

📋 copy color: '#CF7F68'

red 207 ◦ green 127 ◦ blue 104

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

Shades of Burning Sand #CF7F68

Tints of Burning Sand #CF7F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.74%

R = 47.26%
G = 29%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CF7F68 (or 0xCF7F68) is known color: Burning Sand. HEX triplet: CF, 7F and 68. RGB value is (207,127,104). Sum of RGB (Red+Green+Blue) = 207+127+104=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7F68 is #308097. Grayscale: #949494. Windows color (decimal): -3178648 or 6848463. OLE color: 6848463.

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

Color convert

RGB 207 127 104 -
CMYK 0 0.39 0.50 0.19
HSL 13.4º 0.52% 0.61% -
HSV(B) 13.4º 0.5% 0.81% -
XYZ 35.82 29.44 16.89 -
YUV 148.3 103 169.87 -
System Red Green Blue C M Y K H S L
Decimal 207 127 104 0 0.39 0.50 0.19 13.4 0.52 0.61
Hex CF 7F 68 0 27 32 13 D 34 3D
Octal 317 177 150 0 47 62 23 15 64 75
Binary 11001111 1111111 1101000 0 100111 110010 10011 1101 110100 111101

Color Harmonies of #CF7F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7F68

Black with #CF7F68

Text Example


Text Example

White with #CF7F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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