Html Css Color HEX #CDB46B Putty

📋 copy color: '#CDB46B'

red 205 ◦ green 180 ◦ blue 107

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

Shades of Putty #CDB46B

Tints of Putty #CDB46B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.59%

 BLUE value IS 107 (42.19% from 255) = 21.75%

R = 41.67%
G = 36.59%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CDB46B (or 0xCDB46B) is known color: Putty. HEX triplet: CD, B4 and 6B. RGB value is (205,180,107). Sum of RGB (Red+Green+Blue) = 205+180+107=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 107 (42.19% from 255 or 21.75% from 492); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB46B is #324B94. Grayscale: #B3B3B3. Windows color (decimal): -3296149 or 7058637. OLE color: 7058637.

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

Color convert

RGB 205 180 107 -
CMYK 0 0.12 0.48 0.20
HSL 44.69º 0.49% 0.61% -
HSV(B) 44.69º 0.48% 0.8% -
XYZ 44.15 46.68 20.59 -
YUV 179.15 87.28 146.44 -
System Red Green Blue C M Y K H S L
Decimal 205 180 107 0 0.12 0.48 0.20 44.69 0.49 0.61
Hex CD B4 6B 0 C 30 14 2D 31 3D
Octal 315 264 153 0 14 60 24 55 61 75
Binary 11001101 10110100 1101011 0 1100 110000 10100 101101 110001 111101

Color Harmonies of #CDB46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB46B

Black with #CDB46B

Text Example


Text Example

White with #CDB46B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB46B; }

 p { color: rgb(205,180,107); }

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

background-color css

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

 a { background-color: rgb(205,180,107); }

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

border-color css

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

 span { border-color: rgb(205,180,107); }

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