Html Css Color HEX #CCBC85 Yuma

📋 copy color: '#CCBC85'

red 204 ◦ green 188 ◦ blue 133

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

Shades of Yuma #CCBC85

Tints of Yuma #CCBC85

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.81%

 BLUE value IS 133 (52.34% from 255) = 25.33%

R = 38.86%
G = 35.81%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CCBC85 (or 0xCCBC85) is known color: Yuma. HEX triplet: CC, BC and 85. RGB value is (204,188,133). Sum of RGB (Red+Green+Blue) = 204+188+133=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 133 (52.34% from 255 or 25.33% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBC85 is #33437A. Grayscale: #BABABA. Windows color (decimal): -3359611 or 8764620. OLE color: 8764620.

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

Color convert

RGB 204 188 133 -
CMYK 0 0.08 0.35 0.2
HSL 46.48º 0.41% 0.66% -
HSV(B) 46.48º 0.35% 0.8% -
XYZ 47.12 50.5 29.45 -
YUV 186.51 97.8 140.47 -
System Red Green Blue C M Y K H S L
Decimal 204 188 133 0 0.08 0.35 0.2 46.48 0.41 0.66
Hex CC BC 85 0 8 23 14 2E 29 42
Octal 314 274 205 0 10 43 24 56 51 102
Binary 11001100 10111100 10000101 0 1000 100011 10100 101110 101001 1000010

Color Harmonies of #CCBC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC85

Black with #CCBC85

Text Example


Text Example

White with #CCBC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC85; }

 p { color: rgb(204,188,133); }

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

background-color css

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

 a { background-color: rgb(204,188,133); }

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

border-color css

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

 span { border-color: rgb(204,188,133); }

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