Html Css Color HEX #CCBA78 Yuma

📋 copy color: '#CCBA78'

red 204 ◦ green 186 ◦ blue 120

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

Shades of Yuma #CCBA78

Tints of Yuma #CCBA78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.53%

R = 40%
G = 36.47%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CCBA78 (or 0xCCBA78) is known color: Yuma. HEX triplet: CC, BA and 78. RGB value is (204,186,120). Sum of RGB (Red+Green+Blue) = 204+186+120=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 120 (47.27% from 255 or 23.53% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBA78 is #334587. Grayscale: #B8B8B8. Windows color (decimal): -3360136 or 7912140. OLE color: 7912140.

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

Color convert

RGB 204 186 120 -
CMYK 0 0.09 0.41 0.2
HSL 47.14º 0.45% 0.64% -
HSV(B) 47.14º 0.41% 0.8% -
XYZ 45.85 49.31 24.87 -
YUV 183.86 91.96 142.37 -
System Red Green Blue C M Y K H S L
Decimal 204 186 120 0 0.09 0.41 0.2 47.14 0.45 0.64
Hex CC BA 78 0 9 29 14 2F 2D 40
Octal 314 272 170 0 11 51 24 57 55 100
Binary 11001100 10111010 1111000 0 1001 101001 10100 101111 101101 1000000

Color Harmonies of #CCBA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBA78

Black with #CCBA78

Text Example


Text Example

White with #CCBA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBA78; }

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

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

background-color css

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

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

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

border-color css

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

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

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