Html Css Color HEX #CAB26B Putty

📋 copy color: '#CAB26B'

red 202 ◦ green 178 ◦ blue 107

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

Shades of Putty #CAB26B

Tints of Putty #CAB26B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.97%

R = 41.48%
G = 36.55%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CAB26B (or 0xCAB26B) is known color: Putty. HEX triplet: CA, B2 and 6B. RGB value is (202,178,107). Sum of RGB (Red+Green+Blue) = 202+178+107=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 178 (69.92% from 255 or 36.55% from 487); Blue value is 107 (42.19% from 255 or 21.97% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB26B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB26B is #354D94. Grayscale: #B1B1B1. Windows color (decimal): -3493269 or 7058122. OLE color: 7058122.

HSL color Cylindrical-coordinate representation of color #CAB26B: hue angle of 44.84º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CAB26B is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 178 107 -
CMYK 0 0.12 0.47 0.21
HSL 44.84º 0.47% 0.61% -
HSV(B) 44.84º 0.47% 0.79% -
XYZ 42.93 45.46 20.42 -
YUV 177.08 88.45 145.77 -
System Red Green Blue C M Y K H S L
Decimal 202 178 107 0 0.12 0.47 0.21 44.84 0.47 0.61
Hex CA B2 6B 0 C 2F 15 2D 2F 3D
Octal 312 262 153 0 14 57 25 55 57 75
Binary 11001010 10110010 1101011 0 1100 101111 10101 101101 101111 111101

Color Harmonies of #CAB26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB26B

Black with #CAB26B

Text Example


Text Example

White with #CAB26B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB26B; }

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

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

background-color css

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

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

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

border-color css

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

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

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