Html Css Color HEX #CF7967 Burning Sand

📋 copy color: '#CF7967'

red 207 ◦ green 121 ◦ blue 103

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

Shades of Burning Sand #CF7967

Tints of Burning Sand #CF7967

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.07%

 BLUE value IS 103 (40.63% from 255) = 23.9%

R = 48.03%
G = 28.07%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CF7967 (or 0xCF7967) is known color: Burning Sand. HEX triplet: CF, 79 and 67. RGB value is (207,121,103). Sum of RGB (Red+Green+Blue) = 207+121+103=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 121 (47.66% from 255 or 28.07% from 431); Blue value is 103 (40.62% from 255 or 23.90% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7967 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7967 is #308698. Grayscale: #909090. Windows color (decimal): -3180185 or 6781391. OLE color: 6781391.

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

Color convert

RGB 207 121 103 -
CMYK 0 0.42 0.50 0.19
HSL 10.38º 0.52% 0.61% -
HSV(B) 10.38º 0.5% 0.81% -
XYZ 35.02 27.92 16.38 -
YUV 144.66 104.49 172.46 -
System Red Green Blue C M Y K H S L
Decimal 207 121 103 0 0.42 0.50 0.19 10.38 0.52 0.61
Hex CF 79 67 0 2A 32 13 A 34 3D
Octal 317 171 147 0 52 62 23 12 64 75
Binary 11001111 1111001 1100111 0 101010 110010 10011 1010 110100 111101

Color Harmonies of #CF7967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7967

Black with #CF7967

Text Example


Text Example

White with #CF7967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7967; }

 p { color: rgb(207,121,103); }

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

background-color css

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

 a { background-color: rgb(207,121,103); }

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

border-color css

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

 span { border-color: rgb(207,121,103); }

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