Html Css Color HEX #CBAD6D Putty

📋 copy color: '#CBAD6D'

red 203 ◦ green 173 ◦ blue 109

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

Shades of Putty #CBAD6D

Tints of Putty #CBAD6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.47%

R = 41.86%
G = 35.67%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CBAD6D (or 0xCBAD6D) is known color: Putty. HEX triplet: CB, AD and 6D. RGB value is (203,173,109). Sum of RGB (Red+Green+Blue) = 203+173+109=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAD6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAD6D is #345292. Grayscale: #AEAEAE. Windows color (decimal): -3429011 or 7187915. OLE color: 7187915.

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

Color convert

RGB 203 173 109 -
CMYK 0 0.15 0.46 0.20
HSL 40.85º 0.47% 0.61% -
HSV(B) 40.85º 0.46% 0.8% -
XYZ 42.33 43.69 20.67 -
YUV 174.67 90.94 148.2 -
System Red Green Blue C M Y K H S L
Decimal 203 173 109 0 0.15 0.46 0.20 40.85 0.47 0.61
Hex CB AD 6D 0 F 2E 14 29 2F 3D
Octal 313 255 155 0 17 56 24 51 57 75
Binary 11001011 10101101 1101101 0 1111 101110 10100 101001 101111 111101

Color Harmonies of #CBAD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAD6D

Black with #CBAD6D

Text Example


Text Example

White with #CBAD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAD6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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