Html Css Color HEX #CCB583 Yuma

📋 copy color: '#CCB583'

red 204 ◦ green 181 ◦ blue 131

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

Shades of Yuma #CCB583

Tints of Yuma #CCB583

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.08%

 BLUE value IS 131 (51.56% from 255) = 25.39%

R = 39.53%
G = 35.08%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CCB583 (or 0xCCB583) is known color: Yuma. HEX triplet: CC, B5 and 83. RGB value is (204,181,131). Sum of RGB (Red+Green+Blue) = 204+181+131=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 181 (71.09% from 255 or 35.08% from 516); Blue value is 131 (51.56% from 255 or 25.39% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB583 is #334A7C. Grayscale: #B6B6B6. Windows color (decimal): -3361405 or 8631756. OLE color: 8631756.

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

Color convert

RGB 204 181 131 -
CMYK 0 0.11 0.36 0.2
HSL 41.1º 0.42% 0.66% -
HSV(B) 41.1º 0.36% 0.8% -
XYZ 45.52 47.52 28.25 -
YUV 182.18 99.12 143.57 -
System Red Green Blue C M Y K H S L
Decimal 204 181 131 0 0.11 0.36 0.2 41.1 0.42 0.66
Hex CC B5 83 0 B 24 14 29 2A 42
Octal 314 265 203 0 13 44 24 51 52 102
Binary 11001100 10110101 10000011 0 1011 100100 10100 101001 101010 1000010

Color Harmonies of #CCB583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB583

Black with #CCB583

Text Example


Text Example

White with #CCB583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB583; }

 p { color: rgb(204,181,131); }

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

background-color css

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

 a { background-color: rgb(204,181,131); }

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

border-color css

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

 span { border-color: rgb(204,181,131); }

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