Html Css Color HEX #CBB26D Putty

📋 copy color: '#CBB26D'

red 203 ◦ green 178 ◦ blue 109

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

Shades of Putty #CBB26D

Tints of Putty #CBB26D

RGB

 RED value IS 203 (79.69% from 255) = 41.43%

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

 BLUE value IS 109 (42.97% from 255) = 22.24%

R = 41.43%
G = 36.33%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CBB26D (or 0xCBB26D) is known color: Putty. HEX triplet: CB, B2 and 6D. RGB value is (203,178,109). Sum of RGB (Red+Green+Blue) = 203+178+109=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 178 (69.92% from 255 or 36.33% from 490); Blue value is 109 (42.97% from 255 or 22.24% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB26D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB26D is #344D92. Grayscale: #B1B1B1. Windows color (decimal): -3427731 or 7189195. OLE color: 7189195.

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

Color convert

RGB 203 178 109 -
CMYK 0 0.12 0.46 0.20
HSL 44.04º 0.47% 0.61% -
HSV(B) 44.04º 0.46% 0.8% -
XYZ 43.31 45.64 21 -
YUV 177.61 89.28 146.11 -
System Red Green Blue C M Y K H S L
Decimal 203 178 109 0 0.12 0.46 0.20 44.04 0.47 0.61
Hex CB B2 6D 0 C 2E 14 2C 2F 3D
Octal 313 262 155 0 14 56 24 54 57 75
Binary 11001011 10110010 1101101 0 1100 101110 10100 101100 101111 111101

Color Harmonies of #CBB26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB26D

Black with #CBB26D

Text Example


Text Example

White with #CBB26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB26D; }

 p { color: rgb(203,178,109); }

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

background-color css

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

 a { background-color: rgb(203,178,109); }

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

border-color css

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

 span { border-color: rgb(203,178,109); }

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