Html Css Color HEX #CAAF68 Putty

📋 copy color: '#CAAF68'

red 202 ◦ green 175 ◦ blue 104

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

Shades of Putty #CAAF68

Tints of Putty #CAAF68

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.38%

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

R = 42%
G = 36.38%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#CAAF68 (or 0xCAAF68) is known color: Putty. HEX triplet: CA, AF and 68. RGB value is (202,175,104). Sum of RGB (Red+Green+Blue) = 202+175+104=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 104 (41.02% from 255 or 21.62% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAF68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAF68 is #355097. Grayscale: #AFAFAF. Windows color (decimal): -3494040 or 6860746. OLE color: 6860746.

HSL color Cylindrical-coordinate representation of color #CAAF68: hue angle of 43.47º 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 #CAAF68 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 175 104 -
CMYK 0 0.13 0.49 0.21
HSL 43.47º 0.48% 0.6% -
HSV(B) 43.47º 0.49% 0.79% -
XYZ 42.19 44.22 19.41 -
YUV 174.98 87.95 147.27 -
System Red Green Blue C M Y K H S L
Decimal 202 175 104 0 0.13 0.49 0.21 43.47 0.48 0.6
Hex CA AF 68 0 D 31 15 2B 30 3C
Octal 312 257 150 0 15 61 25 53 60 74
Binary 11001010 10101111 1101000 0 1101 110001 10101 101011 110000 111100

Color Harmonies of #CAAF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAF68

Black with #CAAF68

Text Example


Text Example

White with #CAAF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAF68; }

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

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

background-color css

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

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

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

border-color css

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

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

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