Html Css Color HEX #CBAE42 Old Gold

📋 copy color: '#CBAE42'

red 203 ◦ green 174 ◦ blue 66

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

Shades of Old Gold #CBAE42

Tints of Old Gold #CBAE42

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.28%

 BLUE value IS 66 (26.17% from 255) = 14.9%

R = 45.82%
G = 39.28%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CBAE42 (or 0xCBAE42) is known color: Old Gold. HEX triplet: CB, AE and 42. RGB value is (203,174,66). Sum of RGB (Red+Green+Blue) = 203+174+66=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 174 (68.36% from 255 or 39.28% from 443); Blue value is 66 (26.17% from 255 or 14.90% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAE42 is #3451BD. Grayscale: #AAAAAA. Windows color (decimal): -3428798 or 4370123. OLE color: 4370123.

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

Color convert

RGB 203 174 66 -
CMYK 0 0.14 0.67 0.20
HSL 47.3º 0.57% 0.53% -
HSV(B) 47.3º 0.67% 0.8% -
XYZ 40.75 43.36 11.38 -
YUV 170.36 69.11 151.28 -
System Red Green Blue C M Y K H S L
Decimal 203 174 66 0 0.14 0.67 0.20 47.3 0.57 0.53
Hex CB AE 42 0 E 43 14 2F 39 35
Octal 313 256 102 0 16 103 24 57 71 65
Binary 11001011 10101110 1000010 0 1110 1000011 10100 101111 111001 110101

Color Harmonies of #CBAE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAE42

Black with #CBAE42

Text Example


Text Example

White with #CBAE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAE42; }

 p { color: rgb(203,174,66); }

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

background-color css

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

 a { background-color: rgb(203,174,66); }

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

border-color css

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

 span { border-color: rgb(203,174,66); }

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