Html Css Color HEX #CCBB8D Yuma

📋 copy color: '#CCBB8D'

red 204 ◦ green 187 ◦ blue 141

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

Shades of Yuma #CCBB8D

Tints of Yuma #CCBB8D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.15%

 BLUE value IS 141 (55.47% from 255) = 26.5%

R = 38.35%
G = 35.15%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CCBB8D (or 0xCCBB8D) is known color: Yuma. HEX triplet: CC, BB and 8D. RGB value is (204,187,141). Sum of RGB (Red+Green+Blue) = 204+187+141=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 141 (55.47% from 255 or 26.50% from 532); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBB8D is #334472. Grayscale: #BBBBBB. Windows color (decimal): -3359859 or 9288652. OLE color: 9288652.

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

Color convert

RGB 204 187 141 -
CMYK 0 0.08 0.31 0.2
HSL 43.81º 0.38% 0.68% -
HSV(B) 43.81º 0.31% 0.8% -
XYZ 47.48 50.3 32.41 -
YUV 186.84 102.13 140.24 -
System Red Green Blue C M Y K H S L
Decimal 204 187 141 0 0.08 0.31 0.2 43.81 0.38 0.68
Hex CC BB 8D 0 8 1F 14 2C 26 44
Octal 314 273 215 0 10 37 24 54 46 104
Binary 11001100 10111011 10001101 0 1000 11111 10100 101100 100110 1000100

Color Harmonies of #CCBB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBB8D

Black with #CCBB8D

Text Example


Text Example

White with #CCBB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBB8D; }

 p { color: rgb(204,187,141); }

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

background-color css

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

 a { background-color: rgb(204,187,141); }

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

border-color css

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

 span { border-color: rgb(204,187,141); }

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