Html Css Color HEX #CDB07B Putty

📋 copy color: '#CDB07B'

red 205 ◦ green 176 ◦ blue 123

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

Shades of Putty #CDB07B

Tints of Putty #CDB07B

RGB

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

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

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

R = 40.67%
G = 34.92%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.4

 K value IS 0.20

RGB Variations

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

Color information

#CDB07B (or 0xCDB07B) is known color: Putty. HEX triplet: CD, B0 and 7B. RGB value is (205,176,123). Sum of RGB (Red+Green+Blue) = 205+176+123=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 123 (48.44% from 255 or 24.40% from 504); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB07B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB07B is #324F84. Grayscale: #B2B2B2. Windows color (decimal): -3297157 or 8106189. OLE color: 8106189.

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

Color convert

RGB 205 176 123 -
CMYK 0 0.14 0.4 0.20
HSL 38.78º 0.45% 0.64% -
HSV(B) 38.78º 0.4% 0.8% -
XYZ 44.28 45.46 25.18 -
YUV 178.63 96.61 146.81 -
System Red Green Blue C M Y K H S L
Decimal 205 176 123 0 0.14 0.4 0.20 38.78 0.45 0.64
Hex CD B0 7B 0 E 28 14 27 2D 40
Octal 315 260 173 0 16 50 24 47 55 100
Binary 11001101 10110000 1111011 0 1110 101000 10100 100111 101101 1000000

Color Harmonies of #CDB07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB07B

Black with #CDB07B

Text Example


Text Example

White with #CDB07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB07B; }

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

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

background-color css

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

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

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

border-color css

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

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

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