Html Css Color HEX #CDB06B Putty

📋 copy color: '#CDB06B'

red 205 ◦ green 176 ◦ blue 107

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

Shades of Putty #CDB06B

Tints of Putty #CDB06B

RGB

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

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

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

R = 42.01%
G = 36.07%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CDB06B (or 0xCDB06B) is known color: Putty. HEX triplet: CD, B0 and 6B. RGB value is (205,176,107). Sum of RGB (Red+Green+Blue) = 205+176+107=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB06B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB06B is #324F94. Grayscale: #B1B1B1. Windows color (decimal): -3297173 or 7057613. OLE color: 7057613.

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

Color convert

RGB 205 176 107 -
CMYK 0 0.14 0.48 0.20
HSL 42.24º 0.49% 0.61% -
HSV(B) 42.24º 0.48% 0.8% -
XYZ 43.36 45.09 20.33 -
YUV 176.81 88.61 148.11 -
System Red Green Blue C M Y K H S L
Decimal 205 176 107 0 0.14 0.48 0.20 42.24 0.49 0.61
Hex CD B0 6B 0 E 30 14 2A 31 3D
Octal 315 260 153 0 16 60 24 52 61 75
Binary 11001101 10110000 1101011 0 1110 110000 10100 101010 110001 111101

Color Harmonies of #CDB06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB06B

Black with #CDB06B

Text Example


Text Example

White with #CDB06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB06B; }

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

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

background-color css

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

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

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

border-color css

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

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

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