Html Css Color HEX #CBAC41 Old Gold

📋 copy color: '#CBAC41'

red 203 ◦ green 172 ◦ blue 65

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

Shades of Old Gold #CBAC41

Tints of Old Gold #CBAC41

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.09%

 BLUE value IS 65 (25.78% from 255) = 14.77%

R = 46.14%
G = 39.09%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CBAC41 (or 0xCBAC41) is known color: Old Gold. HEX triplet: CB, AC and 41. RGB value is (203,172,65). Sum of RGB (Red+Green+Blue) = 203+172+65=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 65 (25.78% from 255 or 14.77% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAC41 is #3453BE. Grayscale: #A9A9A9. Windows color (decimal): -3429311 or 4304075. OLE color: 4304075.

HSL color Cylindrical-coordinate representation of color #CBAC41: hue angle of 46.52º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CBAC41 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 172 65 -
CMYK 0 0.15 0.68 0.20
HSL 46.52º 0.57% 0.53% -
HSV(B) 46.52º 0.68% 0.8% -
XYZ 40.34 42.58 11.09 -
YUV 169.07 69.27 152.2 -
System Red Green Blue C M Y K H S L
Decimal 203 172 65 0 0.15 0.68 0.20 46.52 0.57 0.53
Hex CB AC 41 0 F 44 14 2F 39 35
Octal 313 254 101 0 17 104 24 57 71 65
Binary 11001011 10101100 1000001 0 1111 1000100 10100 101111 111001 110101

Color Harmonies of #CBAC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAC41

Black with #CBAC41

Text Example


Text Example

White with #CBAC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAC41; }

 p { color: rgb(203,172,65); }

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

background-color css

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

 a { background-color: rgb(203,172,65); }

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

border-color css

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

 span { border-color: rgb(203,172,65); }

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