Html Css Color HEX #CDB27B Putty

📋 copy color: '#CDB27B'

red 205 ◦ green 178 ◦ blue 123

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

Shades of Putty #CDB27B

Tints of Putty #CDB27B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.18%

 BLUE value IS 123 (48.44% from 255) = 24.31%

R = 40.51%
G = 35.18%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.4

 K value IS 0.20

RGB Variations

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

Color information

#CDB27B (or 0xCDB27B) is known color: Putty. HEX triplet: CD, B2 and 7B. RGB value is (205,178,123). Sum of RGB (Red+Green+Blue) = 205+178+123=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 123 (48.44% from 255 or 24.31% from 506); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB27B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB27B is #324D84. Grayscale: #B4B4B4. Windows color (decimal): -3296645 or 8106701. OLE color: 8106701.

HSL color Cylindrical-coordinate representation of color #CDB27B: hue angle of 40.24º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDB27B is Cyan = 0, Magento = 0.13, Yellow = 0.4 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 178 123 -
CMYK 0 0.13 0.4 0.20
HSL 40.24º 0.45% 0.64% -
HSV(B) 40.24º 0.4% 0.8% -
XYZ 44.67 46.25 25.31 -
YUV 179.8 95.95 145.97 -
System Red Green Blue C M Y K H S L
Decimal 205 178 123 0 0.13 0.4 0.20 40.24 0.45 0.64
Hex CD B2 7B 0 D 28 14 28 2D 40
Octal 315 262 173 0 15 50 24 50 55 100
Binary 11001101 10110010 1111011 0 1101 101000 10100 101000 101101 1000000

Color Harmonies of #CDB27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB27B

Black with #CDB27B

Text Example


Text Example

White with #CDB27B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB27B; }

 p { color: rgb(205,178,123); }

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

background-color css

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

 a { background-color: rgb(205,178,123); }

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

border-color css

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

 span { border-color: rgb(205,178,123); }

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