Html Css Color HEX #CBAE6E Putty

📋 copy color: '#CBAE6E'

red 203 ◦ green 174 ◦ blue 110

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

Shades of Putty #CBAE6E

Tints of Putty #CBAE6E

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.73%

 BLUE value IS 110 (43.36% from 255) = 22.59%

R = 41.68%
G = 35.73%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CBAE6E (or 0xCBAE6E) is known color: Putty. HEX triplet: CB, AE and 6E. RGB value is (203,174,110). Sum of RGB (Red+Green+Blue) = 203+174+110=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 110 (43.36% from 255 or 22.59% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAE6E is #345191. Grayscale: #AFAFAF. Windows color (decimal): -3428754 or 7253707. OLE color: 7253707.

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

Color convert

RGB 203 174 110 -
CMYK 0 0.14 0.46 0.20
HSL 41.29º 0.47% 0.61% -
HSV(B) 41.29º 0.46% 0.8% -
XYZ 42.58 44.09 21.02 -
YUV 175.38 91.11 147.7 -
System Red Green Blue C M Y K H S L
Decimal 203 174 110 0 0.14 0.46 0.20 41.29 0.47 0.61
Hex CB AE 6E 0 E 2E 14 29 2F 3D
Octal 313 256 156 0 16 56 24 51 57 75
Binary 11001011 10101110 1101110 0 1110 101110 10100 101001 101111 111101

Color Harmonies of #CBAE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAE6E

Black with #CBAE6E

Text Example


Text Example

White with #CBAE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAE6E; }

 p { color: rgb(203,174,110); }

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

background-color css

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

 a { background-color: rgb(203,174,110); }

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

border-color css

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

 span { border-color: rgb(203,174,110); }

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