Html Css Color HEX #CBA97A Putty

📋 copy color: '#CBA97A'

red 203 ◦ green 169 ◦ blue 122

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

Shades of Putty #CBA97A

Tints of Putty #CBA97A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.21%

 BLUE value IS 122 (48.05% from 255) = 24.7%

R = 41.09%
G = 34.21%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CBA97A (or 0xCBA97A) is known color: Putty. HEX triplet: CB, A9 and 7A. RGB value is (203,169,122). Sum of RGB (Red+Green+Blue) = 203+169+122=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 169 (66.41% from 255 or 34.21% from 494); Blue value is 122 (48.05% from 255 or 24.70% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA97A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA97A is #345685. Grayscale: #AEAEAE. Windows color (decimal): -3430022 or 8038859. OLE color: 8038859.

HSL color Cylindrical-coordinate representation of color #CBA97A: hue angle of 34.81º degrees, saturation: 0.44, 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 #CBA97A is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 169 122 -
CMYK 0 0.17 0.40 0.20
HSL 34.81º 0.44% 0.64% -
HSV(B) 34.81º 0.4% 0.8% -
XYZ 42.33 42.48 24.38 -
YUV 173.81 98.76 148.82 -
System Red Green Blue C M Y K H S L
Decimal 203 169 122 0 0.17 0.40 0.20 34.81 0.44 0.64
Hex CB A9 7A 0 11 28 14 23 2C 40
Octal 313 251 172 0 21 50 24 43 54 100
Binary 11001011 10101001 1111010 0 10001 101000 10100 100011 101100 1000000

Color Harmonies of #CBA97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA97A

Black with #CBA97A

Text Example


Text Example

White with #CBA97A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA97A; }

 p { color: rgb(203,169,122); }

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

background-color css

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

 a { background-color: rgb(203,169,122); }

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

border-color css

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

 span { border-color: rgb(203,169,122); }

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