Html Css Color HEX #CCCDA5 Orinoco

📋 copy color: '#CCCDA5'

red 204 ◦ green 205 ◦ blue 165

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

Shades of Orinoco #CCCDA5

Tints of Orinoco #CCCDA5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.71%

 BLUE value IS 165 (64.84% from 255) = 28.75%

R = 35.54%
G = 35.71%
B = 28.75%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#CCCDA5 (or 0xCCCDA5) is known color: Orinoco. HEX triplet: CC, CD and A5. RGB value is (204,205,165). Sum of RGB (Red+Green+Blue) = 204+205+165=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 205 (80.47% from 255 or 35.71% from 574); Blue value is 165 (64.84% from 255 or 28.75% from 574); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCDA5 is #33325A. Grayscale: #C8C8C8. Windows color (decimal): -3355227 or 10866124. OLE color: 10866124.

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

Color convert

RGB 204 205 165 -
CMYK 0.00 0 0.20 0.20
HSL 61.5º 0.29% 0.73% -
HSV(B) 61.5º 0.2% 0.8% -
XYZ 53.52 59.22 44.21 -
YUV 200.14 108.17 130.75 -
System Red Green Blue C M Y K H S L
Decimal 204 205 165 0.00 0 0.20 0.20 61.5 0.29 0.73
Hex CC CD A5 0 0 14 14 3E 1D 49
Octal 314 315 245 0 0 24 24 76 35 111
Binary 11001100 11001101 10100101 0 0 10100 10100 111110 11101 1001001

Color Harmonies of #CCCDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCDA5

Black with #CCCDA5

Text Example


Text Example

White with #CCCDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCDA5; }

 p { color: rgb(204,205,165); }

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

background-color css

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

 a { background-color: rgb(204,205,165); }

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

border-color css

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

 span { border-color: rgb(204,205,165); }

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