Html Css Color HEX #CBAE69 Putty

📋 copy color: '#CBAE69'

red 203 ◦ green 174 ◦ blue 105

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

Shades of Putty #CBAE69

Tints of Putty #CBAE69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.78%

R = 42.12%
G = 36.1%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CBAE69 (or 0xCBAE69) is known color: Putty. HEX triplet: CB, AE and 69. RGB value is (203,174,105). Sum of RGB (Red+Green+Blue) = 203+174+105=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 105 (41.41% from 255 or 21.78% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAE69 is #345196. Grayscale: #AFAFAF. Windows color (decimal): -3428759 or 6926027. OLE color: 6926027.

HSL color Cylindrical-coordinate representation of color #CBAE69: hue angle of 42.24º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBAE69 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 174 105 -
CMYK 0 0.14 0.48 0.20
HSL 42.24º 0.49% 0.6% -
HSV(B) 42.24º 0.48% 0.8% -
XYZ 42.31 43.99 19.63 -
YUV 174.81 88.61 148.11 -
System Red Green Blue C M Y K H S L
Decimal 203 174 105 0 0.14 0.48 0.20 42.24 0.49 0.6
Hex CB AE 69 0 E 30 14 2A 31 3C
Octal 313 256 151 0 16 60 24 52 61 74
Binary 11001011 10101110 1101001 0 1110 110000 10100 101010 110001 111100

Color Harmonies of #CBAE69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAE69

Black with #CBAE69

Text Example


Text Example

White with #CBAE69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAE69; }

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

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

background-color css

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

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

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

border-color css

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

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

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