Html Css Color HEX #CCBD90 Yuma

📋 copy color: '#CCBD90'

red 204 ◦ green 189 ◦ blue 144

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

Shades of Yuma #CCBD90

Tints of Yuma #CCBD90

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.2%

 BLUE value IS 144 (56.64% from 255) = 26.82%

R = 37.99%
G = 35.2%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CCBD90 (or 0xCCBD90) is known color: Yuma. HEX triplet: CC, BD and 90. RGB value is (204,189,144). Sum of RGB (Red+Green+Blue) = 204+189+144=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 144 (56.64% from 255 or 26.82% from 537); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBD90 is #33426F. Grayscale: #BCBCBC. Windows color (decimal): -3359344 or 9485772. OLE color: 9485772.

HSL color Cylindrical-coordinate representation of color #CCBD90: hue angle of 45º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCBD90 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 189 144 -
CMYK 0 0.07 0.29 0.2
HSL 45º 0.37% 0.68% -
HSV(B) 45º 0.29% 0.8% -
XYZ 48.13 51.25 33.74 -
YUV 188.36 102.97 139.16 -
System Red Green Blue C M Y K H S L
Decimal 204 189 144 0 0.07 0.29 0.2 45 0.37 0.68
Hex CC BD 90 0 7 1D 14 2D 25 44
Octal 314 275 220 0 7 35 24 55 45 104
Binary 11001100 10111101 10010000 0 111 11101 10100 101101 100101 1000100

Color Harmonies of #CCBD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBD90

Black with #CCBD90

Text Example


Text Example

White with #CCBD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBD90; }

 p { color: rgb(204,189,144); }

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

background-color css

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

 a { background-color: rgb(204,189,144); }

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

border-color css

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

 span { border-color: rgb(204,189,144); }

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