Html Css Color HEX #CAB671 Putty

📋 copy color: '#CAB671'

red 202 ◦ green 182 ◦ blue 113

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

Shades of Putty #CAB671

Tints of Putty #CAB671

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.62%

 BLUE value IS 113 (44.53% from 255) = 22.74%

R = 40.64%
G = 36.62%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CAB671 (or 0xCAB671) is known color: Putty. HEX triplet: CA, B6 and 71. RGB value is (202,182,113). Sum of RGB (Red+Green+Blue) = 202+182+113=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 113 (44.53% from 255 or 22.74% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB671 is #35498E. Grayscale: #B4B4B4. Windows color (decimal): -3492239 or 7452362. OLE color: 7452362.

HSL color Cylindrical-coordinate representation of color #CAB671: hue angle of 46.52º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CAB671 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 182 113 -
CMYK 0 0.10 0.44 0.21
HSL 46.52º 0.46% 0.62% -
HSV(B) 46.52º 0.44% 0.79% -
XYZ 44.07 47.2 22.41 -
YUV 180.11 90.13 143.61 -
System Red Green Blue C M Y K H S L
Decimal 202 182 113 0 0.10 0.44 0.21 46.52 0.46 0.62
Hex CA B6 71 0 A 2C 15 2F 2E 3E
Octal 312 266 161 0 12 54 25 57 56 76
Binary 11001010 10110110 1110001 0 1010 101100 10101 101111 101110 111110

Color Harmonies of #CAB671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB671

Black with #CAB671

Text Example


Text Example

White with #CAB671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB671; }

 p { color: rgb(202,182,113); }

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

background-color css

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

 a { background-color: rgb(202,182,113); }

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

border-color css

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

 span { border-color: rgb(202,182,113); }

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