Html Css Color HEX #CF976D Whiskey

📋 copy color: '#CF976D'

red 207 ◦ green 151 ◦ blue 109

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

Shades of Whiskey #CF976D

Tints of Whiskey #CF976D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.33%

 BLUE value IS 109 (42.97% from 255) = 23.34%

R = 44.33%
G = 32.33%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF976D (or 0xCF976D) is known color: Whiskey. HEX triplet: CF, 97 and 6D. RGB value is (207,151,109). Sum of RGB (Red+Green+Blue) = 207+151+109=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 151 (59.38% from 255 or 32.33% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CF976D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF976D is #306892. Grayscale: #A3A3A3. Windows color (decimal): -3172499 or 7182287. OLE color: 7182287.

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

Color convert

RGB 207 151 109 -
CMYK 0 0.27 0.47 0.19
HSL 25.71º 0.51% 0.62% -
HSV(B) 25.71º 0.47% 0.81% -
XYZ 39.56 36.5 19.43 -
YUV 162.96 97.55 159.42 -
System Red Green Blue C M Y K H S L
Decimal 207 151 109 0 0.27 0.47 0.19 25.71 0.51 0.62
Hex CF 97 6D 0 1B 2F 13 1A 33 3E
Octal 317 227 155 0 33 57 23 32 63 76
Binary 11001111 10010111 1101101 0 11011 101111 10011 11010 110011 111110

Color Harmonies of #CF976D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF976D

Black with #CF976D

Text Example


Text Example

White with #CF976D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF976D; }

 p { color: rgb(207,151,109); }

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

background-color css

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

 a { background-color: rgb(207,151,109); }

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

border-color css

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

 span { border-color: rgb(207,151,109); }

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