Html Css Color HEX #CBB673 Putty

📋 copy color: '#CBB673'

red 203 ◦ green 182 ◦ blue 115

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

Shades of Putty #CBB673

Tints of Putty #CBB673

RGB

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

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

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

R = 40.6%
G = 36.4%
B = 23%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CBB673 (or 0xCBB673) is known color: Putty. HEX triplet: CB, B6 and 73. RGB value is (203,182,115). Sum of RGB (Red+Green+Blue) = 203+182+115=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 115 (45.31% from 255 or 23% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB673 is #34498C. Grayscale: #B4B4B4. Windows color (decimal): -3426701 or 7583435. OLE color: 7583435.

HSL color Cylindrical-coordinate representation of color #CBB673: hue angle of 45.68º 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 #CBB673 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 182 115 -
CMYK 0 0.10 0.43 0.20
HSL 45.68º 0.46% 0.62% -
HSV(B) 45.68º 0.43% 0.8% -
XYZ 44.45 47.39 23.02 -
YUV 180.64 90.96 143.95 -
System Red Green Blue C M Y K H S L
Decimal 203 182 115 0 0.10 0.43 0.20 45.68 0.46 0.62
Hex CB B6 73 0 A 2B 14 2E 2E 3E
Octal 313 266 163 0 12 53 24 56 56 76
Binary 11001011 10110110 1110011 0 1010 101011 10100 101110 101110 111110

Color Harmonies of #CBB673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB673

Black with #CBB673

Text Example


Text Example

White with #CBB673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB673; }

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

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

background-color css

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

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

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

border-color css

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

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

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