Html Css Color HEX #CDB06C Putty

📋 copy color: '#CDB06C'

red 205 ◦ green 176 ◦ blue 108

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

Shades of Putty #CDB06C

Tints of Putty #CDB06C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.99%

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

R = 41.92%
G = 35.99%
B = 22.09%

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

#CDB06C (or 0xCDB06C) is known color: Putty. HEX triplet: CD, B0 and 6C. RGB value is (205,176,108). Sum of RGB (Red+Green+Blue) = 205+176+108=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 176 (69.14% from 255 or 35.99% from 489); Blue value is 108 (42.58% from 255 or 22.09% from 489); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB06C is #324F93. Grayscale: #B1B1B1. Windows color (decimal): -3297172 or 7123149. OLE color: 7123149.

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

Color convert

RGB 205 176 108 -
CMYK 0 0.14 0.47 0.20
HSL 42.06º 0.49% 0.61% -
HSV(B) 42.06º 0.47% 0.8% -
XYZ 43.41 45.11 20.61 -
YUV 176.92 89.11 148.03 -
System Red Green Blue C M Y K H S L
Decimal 205 176 108 0 0.14 0.47 0.20 42.06 0.49 0.61
Hex CD B0 6C 0 E 2F 14 2A 31 3D
Octal 315 260 154 0 16 57 24 52 61 75
Binary 11001101 10110000 1101100 0 1110 101111 10100 101010 110001 111101

Color Harmonies of #CDB06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB06C

Black with #CDB06C

Text Example


Text Example

White with #CDB06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB06C; }

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

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

background-color css

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

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

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

border-color css

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

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

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