Html Css Color HEX #CAB267 Putty

📋 copy color: '#CAB267'

red 202 ◦ green 178 ◦ blue 103

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

Shades of Putty #CAB267

Tints of Putty #CAB267

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.85%

 BLUE value IS 103 (40.63% from 255) = 21.33%

R = 41.82%
G = 36.85%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#CAB267 (or 0xCAB267) is known color: Putty. HEX triplet: CA, B2 and 67. RGB value is (202,178,103). Sum of RGB (Red+Green+Blue) = 202+178+103=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 103 (40.62% from 255 or 21.33% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB267 is #354D98. Grayscale: #B0B0B0. Windows color (decimal): -3493273 or 6795978. OLE color: 6795978.

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

Color convert

RGB 202 178 103 -
CMYK 0 0.12 0.49 0.21
HSL 45.45º 0.48% 0.6% -
HSV(B) 45.45º 0.49% 0.79% -
XYZ 42.73 45.38 19.34 -
YUV 176.63 86.45 146.1 -
System Red Green Blue C M Y K H S L
Decimal 202 178 103 0 0.12 0.49 0.21 45.45 0.48 0.6
Hex CA B2 67 0 C 31 15 2D 30 3C
Octal 312 262 147 0 14 61 25 55 60 74
Binary 11001010 10110010 1100111 0 1100 110001 10101 101101 110000 111100

Color Harmonies of #CAB267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB267

Black with #CAB267

Text Example


Text Example

White with #CAB267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB267; }

 p { color: rgb(202,178,103); }

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

background-color css

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

 a { background-color: rgb(202,178,103); }

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

border-color css

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

 span { border-color: rgb(202,178,103); }

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