Html Css Color HEX #CCBA73 Yuma

📋 copy color: '#CCBA73'

red 204 ◦ green 186 ◦ blue 115

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

Shades of Yuma #CCBA73

Tints of Yuma #CCBA73

RGB

 RED value IS 204 (80.08% from 255) = 40.4%

 GREEN value IS 186 (73.05% from 255) = 36.83%

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

R = 40.4%
G = 36.83%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CCBA73 (or 0xCCBA73) is known color: Yuma. HEX triplet: CC, BA and 73. RGB value is (204,186,115). Sum of RGB (Red+Green+Blue) = 204+186+115=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 115 (45.31% from 255 or 22.77% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBA73 is #33458C. Grayscale: #B7B7B7. Windows color (decimal): -3360141 or 7584460. OLE color: 7584460.

HSL color Cylindrical-coordinate representation of color #CCBA73: hue angle of 47.87º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCBA73 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 186 115 -
CMYK 0 0.09 0.44 0.2
HSL 47.87º 0.47% 0.63% -
HSV(B) 47.87º 0.44% 0.8% -
XYZ 45.56 49.19 23.31 -
YUV 183.29 89.46 142.77 -
System Red Green Blue C M Y K H S L
Decimal 204 186 115 0 0.09 0.44 0.2 47.87 0.47 0.63
Hex CC BA 73 0 9 2C 14 30 2F 3F
Octal 314 272 163 0 11 54 24 60 57 77
Binary 11001100 10111010 1110011 0 1001 101100 10100 110000 101111 111111

Color Harmonies of #CCBA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBA73

Black with #CCBA73

Text Example


Text Example

White with #CCBA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBA73; }

 p { color: rgb(204,186,115); }

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

background-color css

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

 a { background-color: rgb(204,186,115); }

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

border-color css

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

 span { border-color: rgb(204,186,115); }

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