Html Css Color HEX #CF875A Whiskey Sour

📋 copy color: '#CF875A'

red 207 ◦ green 135 ◦ blue 90

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

Shades of Whiskey Sour #CF875A

Tints of Whiskey Sour #CF875A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.25%

 BLUE value IS 90 (35.55% from 255) = 20.83%

R = 47.92%
G = 31.25%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF875A (or 0xCF875A) is known color: Whiskey Sour. HEX triplet: CF, 87 and 5A. RGB value is (207,135,90). Sum of RGB (Red+Green+Blue) = 207+135+90=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 90 (35.55% from 255 or 20.83% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF875A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF875A is #3078A5. Grayscale: #979797. Windows color (decimal): -3176614 or 5933007. OLE color: 5933007.

HSL color Cylindrical-coordinate representation of color #CF875A: hue angle of 23.08º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF875A is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 135 90 -
CMYK 0 0.35 0.57 0.19
HSL 23.08º 0.55% 0.58% -
HSV(B) 23.08º 0.57% 0.81% -
XYZ 36.24 31.33 13.81 -
YUV 151.4 93.35 167.66 -
System Red Green Blue C M Y K H S L
Decimal 207 135 90 0 0.35 0.57 0.19 23.08 0.55 0.58
Hex CF 87 5A 0 23 39 13 17 37 3A
Octal 317 207 132 0 43 71 23 27 67 72
Binary 11001111 10000111 1011010 0 100011 111001 10011 10111 110111 111010

Color Harmonies of #CF875A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF875A

Black with #CF875A

Text Example


Text Example

White with #CF875A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF875A; }

 p { color: rgb(207,135,90); }

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

background-color css

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

 a { background-color: rgb(207,135,90); }

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

border-color css

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

 span { border-color: rgb(207,135,90); }

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