Html Css Color HEX #CAAC7A Putty

📋 copy color: '#CAAC7A'

red 202 ◦ green 172 ◦ blue 122

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

Shades of Putty #CAAC7A

Tints of Putty #CAAC7A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.68%

 BLUE value IS 122 (48.05% from 255) = 24.6%

R = 40.73%
G = 34.68%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CAAC7A (or 0xCAAC7A) is known color: Putty. HEX triplet: CA, AC and 7A. RGB value is (202,172,122). Sum of RGB (Red+Green+Blue) = 202+172+122=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 122 (48.05% from 255 or 24.60% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAC7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAC7A is #355385. Grayscale: #AFAFAF. Windows color (decimal): -3494790 or 8039626. OLE color: 8039626.

HSL color Cylindrical-coordinate representation of color #CAAC7A: hue angle of 37.5º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CAAC7A is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 172 122 -
CMYK 0 0.15 0.40 0.21
HSL 37.5º 0.43% 0.64% -
HSV(B) 37.5º 0.4% 0.79% -
XYZ 42.62 43.47 24.56 -
YUV 175.27 97.94 147.07 -
System Red Green Blue C M Y K H S L
Decimal 202 172 122 0 0.15 0.40 0.21 37.5 0.43 0.64
Hex CA AC 7A 0 F 28 15 26 2B 40
Octal 312 254 172 0 17 50 25 46 53 100
Binary 11001010 10101100 1111010 0 1111 101000 10101 100110 101011 1000000

Color Harmonies of #CAAC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAC7A

Black with #CAAC7A

Text Example


Text Example

White with #CAAC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAC7A; }

 p { color: rgb(202,172,122); }

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

background-color css

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

 a { background-color: rgb(202,172,122); }

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

border-color css

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

 span { border-color: rgb(202,172,122); }

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