Html Css Color HEX #CAB069 Putty

📋 copy color: '#CAB069'

red 202 ◦ green 176 ◦ blue 105

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

Shades of Putty #CAB069

Tints of Putty #CAB069

RGB

 RED value IS 202 (79.3% from 255) = 41.82%

 GREEN value IS 176 (69.14% from 255) = 36.44%

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

R = 41.82%
G = 36.44%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CAB069 (or 0xCAB069) is known color: Putty. HEX triplet: CA, B0 and 69. RGB value is (202,176,105). Sum of RGB (Red+Green+Blue) = 202+176+105=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 105 (41.41% from 255 or 21.74% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB069 is #354F96. Grayscale: #AFAFAF. Windows color (decimal): -3493783 or 6926538. OLE color: 6926538.

HSL color Cylindrical-coordinate representation of color #CAB069: hue angle of 43.92º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CAB069 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 176 105 -
CMYK 0 0.13 0.48 0.21
HSL 43.92º 0.48% 0.6% -
HSV(B) 43.92º 0.48% 0.79% -
XYZ 42.43 44.63 19.74 -
YUV 175.68 88.11 146.77 -
System Red Green Blue C M Y K H S L
Decimal 202 176 105 0 0.13 0.48 0.21 43.92 0.48 0.6
Hex CA B0 69 0 D 30 15 2C 30 3C
Octal 312 260 151 0 15 60 25 54 60 74
Binary 11001010 10110000 1101001 0 1101 110000 10101 101100 110000 111100

Color Harmonies of #CAB069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB069

Black with #CAB069

Text Example


Text Example

White with #CAB069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB069; }

 p { color: rgb(202,176,105); }

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

background-color css

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

 a { background-color: rgb(202,176,105); }

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

border-color css

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

 span { border-color: rgb(202,176,105); }

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