Html Css Color HEX #CAB369 Putty

📋 copy color: '#CAB369'

red 202 ◦ green 179 ◦ blue 105

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

Shades of Putty #CAB369

Tints of Putty #CAB369

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.83%

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

R = 41.56%
G = 36.83%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CAB369 (or 0xCAB369) is known color: Putty. HEX triplet: CA, B3 and 69. RGB value is (202,179,105). Sum of RGB (Red+Green+Blue) = 202+179+105=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 105 (41.41% from 255 or 21.60% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB369 is #354C96. Grayscale: #B1B1B1. Windows color (decimal): -3493015 or 6927306. OLE color: 6927306.

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

Color convert

RGB 202 179 105 -
CMYK 0 0.11 0.48 0.21
HSL 45.77º 0.48% 0.6% -
HSV(B) 45.77º 0.48% 0.79% -
XYZ 43.03 45.82 19.94 -
YUV 177.44 87.12 145.52 -
System Red Green Blue C M Y K H S L
Decimal 202 179 105 0 0.11 0.48 0.21 45.77 0.48 0.6
Hex CA B3 69 0 B 30 15 2E 30 3C
Octal 312 263 151 0 13 60 25 56 60 74
Binary 11001010 10110011 1101001 0 1011 110000 10101 101110 110000 111100

Color Harmonies of #CAB369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB369

Black with #CAB369

Text Example


Text Example

White with #CAB369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB369; }

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

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

background-color css

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

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

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

border-color css

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

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

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