Html Css Color HEX #CAB269 Putty

📋 copy color: '#CAB269'

red 202 ◦ green 178 ◦ blue 105

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

Shades of Putty #CAB269

Tints of Putty #CAB269

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.7%

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

R = 41.65%
G = 36.7%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CAB269 (or 0xCAB269) is known color: Putty. HEX triplet: CA, B2 and 69. RGB value is (202,178,105). Sum of RGB (Red+Green+Blue) = 202+178+105=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 105 (41.41% from 255 or 21.65% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB269 is #354D96. Grayscale: #B1B1B1. Windows color (decimal): -3493271 or 6927050. OLE color: 6927050.

HSL color Cylindrical-coordinate representation of color #CAB269: hue angle of 45.15º 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 #CAB269 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 178 105 -
CMYK 0 0.12 0.48 0.21
HSL 45.15º 0.48% 0.6% -
HSV(B) 45.15º 0.48% 0.79% -
XYZ 42.83 45.42 19.87 -
YUV 176.85 87.45 145.94 -
System Red Green Blue C M Y K H S L
Decimal 202 178 105 0 0.12 0.48 0.21 45.15 0.48 0.6
Hex CA B2 69 0 C 30 15 2D 30 3C
Octal 312 262 151 0 14 60 25 55 60 74
Binary 11001010 10110010 1101001 0 1100 110000 10101 101101 110000 111100

Color Harmonies of #CAB269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB269

Black with #CAB269

Text Example


Text Example

White with #CAB269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB269; }

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

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

background-color css

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

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

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

border-color css

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

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

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