Html Css Color HEX #CF8A5C Whiskey

📋 copy color: '#CF8A5C'

red 207 ◦ green 138 ◦ blue 92

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

Shades of Whiskey #CF8A5C

Tints of Whiskey #CF8A5C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.58%

 BLUE value IS 92 (36.33% from 255) = 21.05%

R = 47.37%
G = 31.58%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF8A5C (or 0xCF8A5C) is known color: Whiskey. HEX triplet: CF, 8A and 5C. RGB value is (207,138,92). Sum of RGB (Red+Green+Blue) = 207+138+92=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8A5C is #3075A3. Grayscale: #999999. Windows color (decimal): -3175844 or 6064847. OLE color: 6064847.

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

Color convert

RGB 207 138 92 -
CMYK 0 0.33 0.56 0.19
HSL 24º 0.55% 0.59% -
HSV(B) 24º 0.56% 0.81% -
XYZ 36.75 32.22 14.41 -
YUV 153.39 93.36 166.24 -
System Red Green Blue C M Y K H S L
Decimal 207 138 92 0 0.33 0.56 0.19 24 0.55 0.59
Hex CF 8A 5C 0 21 38 13 18 37 3B
Octal 317 212 134 0 41 70 23 30 67 73
Binary 11001111 10001010 1011100 0 100001 111000 10011 11000 110111 111011

Color Harmonies of #CF8A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8A5C

Black with #CF8A5C

Text Example


Text Example

White with #CF8A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8A5C; }

 p { color: rgb(207,138,92); }

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

background-color css

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

 a { background-color: rgb(207,138,92); }

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

border-color css

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

 span { border-color: rgb(207,138,92); }

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