Html Css Color HEX #CD946C Whiskey

📋 copy color: '#CD946C'

red 205 ◦ green 148 ◦ blue 108

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

Shades of Whiskey #CD946C

Tints of Whiskey #CD946C

RGB

 RED value IS 205 (80.47% from 255) = 44.47%

 GREEN value IS 148 (58.2% from 255) = 32.1%

 BLUE value IS 108 (42.58% from 255) = 23.43%

R = 44.47%
G = 32.1%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CD946C (or 0xCD946C) is known color: Whiskey. HEX triplet: CD, 94 and 6C. RGB value is (205,148,108). Sum of RGB (Red+Green+Blue) = 205+148+108=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 148 (58.20% from 255 or 32.10% from 461); Blue value is 108 (42.58% from 255 or 23.43% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CD946C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD946C is #326B93. Grayscale: #A0A0A0. Windows color (decimal): -3304340 or 7115981. OLE color: 7115981.

HSL color Cylindrical-coordinate representation of color #CD946C: hue angle of 24.74º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD946C is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 148 108 -
CMYK 0 0.28 0.47 0.20
HSL 24.74º 0.49% 0.61% -
HSV(B) 24.74º 0.47% 0.8% -
XYZ 38.47 35.24 18.96 -
YUV 160.48 98.38 159.75 -
System Red Green Blue C M Y K H S L
Decimal 205 148 108 0 0.28 0.47 0.20 24.74 0.49 0.61
Hex CD 94 6C 0 1C 2F 14 19 31 3D
Octal 315 224 154 0 34 57 24 31 61 75
Binary 11001101 10010100 1101100 0 11100 101111 10100 11001 110001 111101

Color Harmonies of #CD946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD946C

Black with #CD946C

Text Example


Text Example

White with #CD946C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD946C; }

 p { color: rgb(205,148,108); }

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

background-color css

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

 a { background-color: rgb(205,148,108); }

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

border-color css

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

 span { border-color: rgb(205,148,108); }

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