Html Css Color HEX #CBB66F Putty

📋 copy color: '#CBB66F'

red 203 ◦ green 182 ◦ blue 111

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

Shades of Putty #CBB66F

Tints of Putty #CBB66F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.69%

 BLUE value IS 111 (43.75% from 255) = 22.38%

R = 40.93%
G = 36.69%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CBB66F (or 0xCBB66F) is known color: Putty. HEX triplet: CB, B6 and 6F. RGB value is (203,182,111). Sum of RGB (Red+Green+Blue) = 203+182+111=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 182 (71.48% from 255 or 36.69% from 496); Blue value is 111 (43.75% from 255 or 22.38% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB66F is #344990. Grayscale: #B4B4B4. Windows color (decimal): -3426705 or 7321291. OLE color: 7321291.

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

Color convert

RGB 203 182 111 -
CMYK 0 0.10 0.45 0.20
HSL 46.3º 0.47% 0.62% -
HSV(B) 46.3º 0.45% 0.8% -
XYZ 44.23 47.3 21.84 -
YUV 180.19 88.96 144.27 -
System Red Green Blue C M Y K H S L
Decimal 203 182 111 0 0.10 0.45 0.20 46.3 0.47 0.62
Hex CB B6 6F 0 A 2D 14 2E 2F 3E
Octal 313 266 157 0 12 55 24 56 57 76
Binary 11001011 10110110 1101111 0 1010 101101 10100 101110 101111 111110

Color Harmonies of #CBB66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB66F

Black with #CBB66F

Text Example


Text Example

White with #CBB66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB66F; }

 p { color: rgb(203,182,111); }

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

background-color css

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

 a { background-color: rgb(203,182,111); }

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

border-color css

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

 span { border-color: rgb(203,182,111); }

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