Html Css Color HEX #CBA567 Putty

📋 copy color: '#CBA567'

red 203 ◦ green 165 ◦ blue 103

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

Shades of Putty #CBA567

Tints of Putty #CBA567

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.03%

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

R = 43.1%
G = 35.03%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CBA567 (or 0xCBA567) is known color: Putty. HEX triplet: CB, A5 and 67. RGB value is (203,165,103). Sum of RGB (Red+Green+Blue) = 203+165+103=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 103 (40.62% from 255 or 21.87% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA567 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA567 is #345A98. Grayscale: #A9A9A9. Windows color (decimal): -3431065 or 6792651. OLE color: 6792651.

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

Color convert

RGB 203 165 103 -
CMYK 0 0.19 0.49 0.20
HSL 37.2º 0.49% 0.6% -
HSV(B) 37.2º 0.49% 0.8% -
XYZ 40.53 40.59 18.53 -
YUV 169.29 90.59 152.04 -
System Red Green Blue C M Y K H S L
Decimal 203 165 103 0 0.19 0.49 0.20 37.2 0.49 0.6
Hex CB A5 67 0 13 31 14 25 31 3C
Octal 313 245 147 0 23 61 24 45 61 74
Binary 11001011 10100101 1100111 0 10011 110001 10100 100101 110001 111100

Color Harmonies of #CBA567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA567

Black with #CBA567

Text Example


Text Example

White with #CBA567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA567; }

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

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

background-color css

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

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

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

border-color css

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

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

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