Html Css Color HEX #CAAC68 Putty

📋 copy color: '#CAAC68'

red 202 ◦ green 172 ◦ blue 104

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

Shades of Putty #CAAC68

Tints of Putty #CAAC68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.76%

R = 42.26%
G = 35.98%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#CAAC68 (or 0xCAAC68) is known color: Putty. HEX triplet: CA, AC and 68. RGB value is (202,172,104). Sum of RGB (Red+Green+Blue) = 202+172+104=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAC68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAC68 is #355397. Grayscale: #ADADAD. Windows color (decimal): -3494808 or 6859978. OLE color: 6859978.

HSL color Cylindrical-coordinate representation of color #CAAC68: hue angle of 41.63º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CAAC68 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 172 104 -
CMYK 0 0.15 0.49 0.21
HSL 41.63º 0.48% 0.6% -
HSV(B) 41.63º 0.49% 0.79% -
XYZ 41.61 43.06 19.22 -
YUV 173.22 88.94 148.53 -
System Red Green Blue C M Y K H S L
Decimal 202 172 104 0 0.15 0.49 0.21 41.63 0.48 0.6
Hex CA AC 68 0 F 31 15 2A 30 3C
Octal 312 254 150 0 17 61 25 52 60 74
Binary 11001010 10101100 1101000 0 1111 110001 10101 101010 110000 111100

Color Harmonies of #CAAC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAC68

Black with #CAAC68

Text Example


Text Example

White with #CAAC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAC68; }

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

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

background-color css

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

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

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

border-color css

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

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

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