Html Css Color HEX #CAB068 Putty

📋 copy color: '#CAB068'

red 202 ◦ green 176 ◦ blue 104

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

Shades of Putty #CAB068

Tints of Putty #CAB068

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.51%

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

R = 41.91%
G = 36.51%
B = 21.58%

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

#CAB068 (or 0xCAB068) is known color: Putty. HEX triplet: CA, B0 and 68. RGB value is (202,176,104). Sum of RGB (Red+Green+Blue) = 202+176+104=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB068 is #354F97. Grayscale: #AFAFAF. Windows color (decimal): -3493784 or 6861002. OLE color: 6861002.

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

Color convert

RGB 202 176 104 -
CMYK 0 0.13 0.49 0.21
HSL 44.08º 0.48% 0.6% -
HSV(B) 44.08º 0.49% 0.79% -
XYZ 42.38 44.61 19.47 -
YUV 175.57 87.61 146.85 -
System Red Green Blue C M Y K H S L
Decimal 202 176 104 0 0.13 0.49 0.21 44.08 0.48 0.6
Hex CA B0 68 0 D 31 15 2C 30 3C
Octal 312 260 150 0 15 61 25 54 60 74
Binary 11001010 10110000 1101000 0 1101 110001 10101 101100 110000 111100

Color Harmonies of #CAB068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB068

Black with #CAB068

Text Example


Text Example

White with #CAB068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB068; }

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

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

background-color css

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

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

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

border-color css

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

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

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