Html Css Color HEX #CBA867 Putty

📋 copy color: '#CBA867'

red 203 ◦ green 168 ◦ blue 103

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

Shades of Putty #CBA867

Tints of Putty #CBA867

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.44%

 BLUE value IS 103 (40.63% from 255) = 21.73%

R = 42.83%
G = 35.44%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CBA867 (or 0xCBA867) is known color: Putty. HEX triplet: CB, A8 and 67. RGB value is (203,168,103). Sum of RGB (Red+Green+Blue) = 203+168+103=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 103 (40.62% from 255 or 21.73% from 474); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA867 is #345798. Grayscale: #ABABAB. Windows color (decimal): -3430297 or 6793419. OLE color: 6793419.

HSL color Cylindrical-coordinate representation of color #CBA867: hue angle of 39º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CBA867 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 168 103 -
CMYK 0 0.17 0.49 0.20
HSL 39º 0.49% 0.6% -
HSV(B) 39º 0.49% 0.8% -
XYZ 41.08 41.68 18.71 -
YUV 171.06 89.6 150.79 -
System Red Green Blue C M Y K H S L
Decimal 203 168 103 0 0.17 0.49 0.20 39 0.49 0.6
Hex CB A8 67 0 11 31 14 27 31 3C
Octal 313 250 147 0 21 61 24 47 61 74
Binary 11001011 10101000 1100111 0 10001 110001 10100 100111 110001 111100

Color Harmonies of #CBA867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA867

Black with #CBA867

Text Example


Text Example

White with #CBA867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA867; }

 p { color: rgb(203,168,103); }

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

background-color css

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

 a { background-color: rgb(203,168,103); }

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

border-color css

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

 span { border-color: rgb(203,168,103); }

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