Html Css Color HEX #CAB375 Putty

📋 copy color: '#CAB375'

red 202 ◦ green 179 ◦ blue 117

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

Shades of Putty #CAB375

Tints of Putty #CAB375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.49%

R = 40.56%
G = 35.94%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CAB375 (or 0xCAB375) is known color: Putty. HEX triplet: CA, B3 and 75. RGB value is (202,179,117). Sum of RGB (Red+Green+Blue) = 202+179+117=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB375 is #354C8A. Grayscale: #B3B3B3. Windows color (decimal): -3493003 or 7713738. OLE color: 7713738.

HSL color Cylindrical-coordinate representation of color #CAB375: hue angle of 43.76º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CAB375 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 179 117 -
CMYK 0 0.11 0.42 0.21
HSL 43.76º 0.45% 0.63% -
HSV(B) 43.76º 0.42% 0.79% -
XYZ 43.69 46.08 23.42 -
YUV 178.81 93.12 144.54 -
System Red Green Blue C M Y K H S L
Decimal 202 179 117 0 0.11 0.42 0.21 43.76 0.45 0.63
Hex CA B3 75 0 B 2A 15 2C 2D 3F
Octal 312 263 165 0 13 52 25 54 55 77
Binary 11001010 10110011 1110101 0 1011 101010 10101 101100 101101 111111

Color Harmonies of #CAB375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB375

Black with #CAB375

Text Example


Text Example

White with #CAB375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB375; }

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

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

background-color css

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

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

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

border-color css

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

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

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