Html Css Color HEX #CDB16C Putty

📋 copy color: '#CDB16C'

red 205 ◦ green 177 ◦ blue 108

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

Shades of Putty #CDB16C

Tints of Putty #CDB16C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.12%

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

R = 41.84%
G = 36.12%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CDB16C (or 0xCDB16C) is known color: Putty. HEX triplet: CD, B1 and 6C. RGB value is (205,177,108). Sum of RGB (Red+Green+Blue) = 205+177+108=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 108 (42.58% from 255 or 22.04% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB16C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB16C is #324E93. Grayscale: #B1B1B1. Windows color (decimal): -3296916 or 7123405. OLE color: 7123405.

HSL color Cylindrical-coordinate representation of color #CDB16C: hue angle of 42.68º 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 #CDB16C is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 177 108 -
CMYK 0 0.14 0.47 0.20
HSL 42.68º 0.49% 0.61% -
HSV(B) 42.68º 0.47% 0.8% -
XYZ 43.61 45.51 20.67 -
YUV 177.51 88.78 147.61 -
System Red Green Blue C M Y K H S L
Decimal 205 177 108 0 0.14 0.47 0.20 42.68 0.49 0.61
Hex CD B1 6C 0 E 2F 14 2B 31 3D
Octal 315 261 154 0 16 57 24 53 61 75
Binary 11001101 10110001 1101100 0 1110 101111 10100 101011 110001 111101

Color Harmonies of #CDB16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB16C

Black with #CDB16C

Text Example


Text Example

White with #CDB16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB16C; }

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

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

background-color css

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

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

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

border-color css

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

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

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