Html Css Color HEX #CBAD7B Putty

📋 copy color: '#CBAD7B'

red 203 ◦ green 173 ◦ blue 123

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

Shades of Putty #CBAD7B

Tints of Putty #CBAD7B

RGB

 RED value IS 203 (79.69% from 255) = 40.68%

 GREEN value IS 173 (67.97% from 255) = 34.67%

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

R = 40.68%
G = 34.67%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CBAD7B (or 0xCBAD7B) is known color: Putty. HEX triplet: CB, AD and 7B. RGB value is (203,173,123). Sum of RGB (Red+Green+Blue) = 203+173+123=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 123 (48.44% from 255 or 24.65% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAD7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAD7B is #345284. Grayscale: #B0B0B0. Windows color (decimal): -3428997 or 8105419. OLE color: 8105419.

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

Color convert

RGB 203 173 123 -
CMYK 0 0.15 0.39 0.20
HSL 37.5º 0.43% 0.64% -
HSV(B) 37.5º 0.39% 0.8% -
XYZ 43.15 44.01 24.96 -
YUV 176.27 97.94 147.07 -
System Red Green Blue C M Y K H S L
Decimal 203 173 123 0 0.15 0.39 0.20 37.5 0.43 0.64
Hex CB AD 7B 0 F 27 14 26 2B 40
Octal 313 255 173 0 17 47 24 46 53 100
Binary 11001011 10101101 1111011 0 1111 100111 10100 100110 101011 1000000

Color Harmonies of #CBAD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAD7B

Black with #CBAD7B

Text Example


Text Example

White with #CBAD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAD7B; }

 p { color: rgb(203,173,123); }

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

background-color css

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

 a { background-color: rgb(203,173,123); }

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

border-color css

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

 span { border-color: rgb(203,173,123); }

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