Html Css Color HEX #CF956A Whiskey

📋 copy color: '#CF956A'

red 207 ◦ green 149 ◦ blue 106

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

Shades of Whiskey #CF956A

Tints of Whiskey #CF956A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.25%

 BLUE value IS 106 (41.8% from 255) = 22.94%

R = 44.81%
G = 32.25%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CF956A (or 0xCF956A) is known color: Whiskey. HEX triplet: CF, 95 and 6A. RGB value is (207,149,106). Sum of RGB (Red+Green+Blue) = 207+149+106=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 106 (41.80% from 255 or 22.94% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CF956A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF956A is #306A95. Grayscale: #A1A1A1. Windows color (decimal): -3173014 or 6985167. OLE color: 6985167.

HSL color Cylindrical-coordinate representation of color #CF956A: hue angle of 25.54º degrees, saturation: 0.51, 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 #CF956A is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 149 106 -
CMYK 0 0.28 0.49 0.19
HSL 25.54º 0.51% 0.61% -
HSV(B) 25.54º 0.49% 0.81% -
XYZ 39.08 35.8 18.49 -
YUV 161.44 96.72 160.5 -
System Red Green Blue C M Y K H S L
Decimal 207 149 106 0 0.28 0.49 0.19 25.54 0.51 0.61
Hex CF 95 6A 0 1C 31 13 1A 33 3D
Octal 317 225 152 0 34 61 23 32 63 75
Binary 11001111 10010101 1101010 0 11100 110001 10011 11010 110011 111101

Color Harmonies of #CF956A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF956A

Black with #CF956A

Text Example


Text Example

White with #CF956A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF956A; }

 p { color: rgb(207,149,106); }

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

background-color css

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

 a { background-color: rgb(207,149,106); }

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

border-color css

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

 span { border-color: rgb(207,149,106); }

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