Html Css Color HEX #CCB88A Yuma

📋 copy color: '#CCB88A'

red 204 ◦ green 184 ◦ blue 138

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

Shades of Yuma #CCB88A

Tints of Yuma #CCB88A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.98%

 BLUE value IS 138 (54.3% from 255) = 26.24%

R = 38.78%
G = 34.98%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CCB88A (or 0xCCB88A) is known color: Yuma. HEX triplet: CC, B8 and 8A. RGB value is (204,184,138). Sum of RGB (Red+Green+Blue) = 204+184+138=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 184 (72.27% from 255 or 34.98% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB88A is #334775. Grayscale: #B8B8B8. Windows color (decimal): -3360630 or 9091276. OLE color: 9091276.

HSL color Cylindrical-coordinate representation of color #CCB88A: hue angle of 41.82º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCB88A is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 184 138 -
CMYK 0 0.10 0.32 0.2
HSL 41.82º 0.39% 0.67% -
HSV(B) 41.82º 0.32% 0.8% -
XYZ 46.63 48.95 31.04 -
YUV 184.74 101.63 141.74 -
System Red Green Blue C M Y K H S L
Decimal 204 184 138 0 0.10 0.32 0.2 41.82 0.39 0.67
Hex CC B8 8A 0 A 20 14 2A 27 43
Octal 314 270 212 0 12 40 24 52 47 103
Binary 11001100 10111000 10001010 0 1010 100000 10100 101010 100111 1000011

Color Harmonies of #CCB88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB88A

Black with #CCB88A

Text Example


Text Example

White with #CCB88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB88A; }

 p { color: rgb(204,184,138); }

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

background-color css

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

 a { background-color: rgb(204,184,138); }

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

border-color css

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

 span { border-color: rgb(204,184,138); }

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