Html Css Color HEX #CBB073 Putty

📋 copy color: '#CBB073'

red 203 ◦ green 176 ◦ blue 115

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

Shades of Putty #CBB073

Tints of Putty #CBB073

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.63%

 BLUE value IS 115 (45.31% from 255) = 23.28%

R = 41.09%
G = 35.63%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CBB073 (or 0xCBB073) is known color: Putty. HEX triplet: CB, B0 and 73. RGB value is (203,176,115). Sum of RGB (Red+Green+Blue) = 203+176+115=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 115 (45.31% from 255 or 23.28% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB073 is #344F8C. Grayscale: #B1B1B1. Windows color (decimal): -3428237 or 7581899. OLE color: 7581899.

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

Color convert

RGB 203 176 115 -
CMYK 0 0.13 0.43 0.20
HSL 41.59º 0.46% 0.62% -
HSV(B) 41.59º 0.43% 0.8% -
XYZ 43.25 44.98 22.62 -
YUV 177.12 92.95 146.46 -
System Red Green Blue C M Y K H S L
Decimal 203 176 115 0 0.13 0.43 0.20 41.59 0.46 0.62
Hex CB B0 73 0 D 2B 14 2A 2E 3E
Octal 313 260 163 0 15 53 24 52 56 76
Binary 11001011 10110000 1110011 0 1101 101011 10100 101010 101110 111110

Color Harmonies of #CBB073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB073

Black with #CBB073

Text Example


Text Example

White with #CBB073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB073; }

 p { color: rgb(203,176,115); }

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

background-color css

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

 a { background-color: rgb(203,176,115); }

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

border-color css

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

 span { border-color: rgb(203,176,115); }

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