Html Css Color HEX #CAB674 Putty

📋 copy color: '#CAB674'

red 202 ◦ green 182 ◦ blue 116

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

Shades of Putty #CAB674

Tints of Putty #CAB674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.2%

R = 40.4%
G = 36.4%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CAB674 (or 0xCAB674) is known color: Putty. HEX triplet: CA, B6 and 74. RGB value is (202,182,116). Sum of RGB (Red+Green+Blue) = 202+182+116=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 116 (45.70% from 255 or 23.2% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB674 is #35498B. Grayscale: #B4B4B4. Windows color (decimal): -3492236 or 7648970. OLE color: 7648970.

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

Color convert

RGB 202 182 116 -
CMYK 0 0.10 0.43 0.21
HSL 46.05º 0.45% 0.62% -
HSV(B) 46.05º 0.43% 0.79% -
XYZ 44.24 47.27 23.32 -
YUV 180.46 91.63 143.37 -
System Red Green Blue C M Y K H S L
Decimal 202 182 116 0 0.10 0.43 0.21 46.05 0.45 0.62
Hex CA B6 74 0 A 2B 15 2E 2D 3E
Octal 312 266 164 0 12 53 25 56 55 76
Binary 11001010 10110110 1110100 0 1010 101011 10101 101110 101101 111110

Color Harmonies of #CAB674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB674

Black with #CAB674

Text Example


Text Example

White with #CAB674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB674; }

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

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

background-color css

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

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

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

border-color css

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

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

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