Html Css Color HEX #CBB46B Putty

📋 copy color: '#CBB46B'

red 203 ◦ green 180 ◦ blue 107

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

Shades of Putty #CBB46B

Tints of Putty #CBB46B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.73%

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

R = 41.43%
G = 36.73%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CBB46B (or 0xCBB46B) is known color: Putty. HEX triplet: CB, B4 and 6B. RGB value is (203,180,107). Sum of RGB (Red+Green+Blue) = 203+180+107=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 107 (42.19% from 255 or 21.84% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB46B is #344B94. Grayscale: #B2B2B2. Windows color (decimal): -3427221 or 7058635. OLE color: 7058635.

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

Color convert

RGB 203 180 107 -
CMYK 0 0.11 0.47 0.20
HSL 45.63º 0.48% 0.61% -
HSV(B) 45.63º 0.47% 0.8% -
XYZ 43.6 46.4 20.57 -
YUV 178.56 87.62 145.44 -
System Red Green Blue C M Y K H S L
Decimal 203 180 107 0 0.11 0.47 0.20 45.63 0.48 0.61
Hex CB B4 6B 0 B 2F 14 2E 30 3D
Octal 313 264 153 0 13 57 24 56 60 75
Binary 11001011 10110100 1101011 0 1011 101111 10100 101110 110000 111101

Color Harmonies of #CBB46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB46B

Black with #CBB46B

Text Example


Text Example

White with #CBB46B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB46B; }

 p { color: rgb(203,180,107); }

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

background-color css

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

 a { background-color: rgb(203,180,107); }

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

border-color css

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

 span { border-color: rgb(203,180,107); }

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